From 60dbfac9231d3f8ff111bce3ac87d4b30f044d36 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 23 May 2019 09:29:53 +1200 Subject: Correct definition for b:undo_ftplugin --- vim/ftplugin/markdown.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim') diff --git a/vim/ftplugin/markdown.vim b/vim/ftplugin/markdown.vim index 7c757383..cd2c2b08 100644 --- a/vim/ftplugin/markdown.vim +++ b/vim/ftplugin/markdown.vim @@ -7,7 +7,7 @@ let b:did_ftplugin = 1 " Specify format for comments (lists, quotes) setlocal comments=fb:*,fb:-,fb:+,n:> setlocal commentstring=>\ %s -let b:undo_ftplugin .= '|setlocal comments< commentstring<' +let b:undo_ftplugin = 'setlocal comments< commentstring<' " Specify format options setlocal formatoptions+=tcqln -- cgit v1.2.3