From d944a078798c03c5bab690376e7bb31a5502d412 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 29 Jun 2018 20:23:10 +1200 Subject: Remove 'formatoptions' reset in ftplugins --- vim/after/ftplugin/awk/comments.vim | 2 +- vim/after/ftplugin/sed/comments.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/after/ftplugin/awk/comments.vim b/vim/after/ftplugin/awk/comments.vim index cfa4c663..5f91bef2 100644 --- a/vim/after/ftplugin/awk/comments.vim +++ b/vim/after/ftplugin/awk/comments.vim @@ -18,4 +18,4 @@ let b:undo_ftplugin = b:undo_ftplugin " Use trailing whitespace to denote continued paragraph setlocal comments=:# let b:undo_ftplugin = b:undo_ftplugin - \ . '|setlocal comments< formatoptions<' + \ . '|setlocal comments<' diff --git a/vim/after/ftplugin/sed/comments.vim b/vim/after/ftplugin/sed/comments.vim index d0599ac7..4e779d67 100644 --- a/vim/after/ftplugin/sed/comments.vim +++ b/vim/after/ftplugin/sed/comments.vim @@ -18,4 +18,4 @@ let b:undo_ftplugin = b:undo_ftplugin " Use trailing whitespace to denote continued paragraph setlocal comments=:# let b:undo_ftplugin = b:undo_ftplugin - \ . '|setlocal comments< formatoptions<' + \ . '|setlocal comments<' -- cgit v1.2.3