From 23d41f8c71f272a736906fbeb8d46441aa38dd66 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 7 May 2013 09:47:00 +1200 Subject: formatoptions should not be set in vimrc I have learned my lesson --- vim/after/ftplugin/markdown.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vim/after/ftplugin/markdown.vim (limited to 'vim/after/ftplugin/markdown.vim') diff --git a/vim/after/ftplugin/markdown.vim b/vim/after/ftplugin/markdown.vim new file mode 100644 index 00000000..8366275b --- /dev/null +++ b/vim/after/ftplugin/markdown.vim @@ -0,0 +1,3 @@ +" Auto-format within textwidth +setlocal formatoptions+=a + -- cgit v1.2.3