From d18886688821e5d67c3f698cebd1f31da1c253fc Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 30 Jun 2018 00:54:05 +1200 Subject: Join some b:undo_ftplugin addenda --- vim/after/ftplugin/cpp.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vim/after/ftplugin/cpp.vim') diff --git a/vim/after/ftplugin/cpp.vim b/vim/after/ftplugin/cpp.vim index 7c68f0e6..f75a0eda 100644 --- a/vim/after/ftplugin/cpp.vim +++ b/vim/after/ftplugin/cpp.vim @@ -10,5 +10,4 @@ let b:undo_ftplugin = b:undo_ftplugin setlocal include=^\\s*#\\s*include setlocal path+=/usr/include let b:undo_ftplugin = b:undo_ftplugin - \ . '|setlocal include<' - \ . '|setlocal path<' + \ . '|setlocal include< path<' -- cgit v1.2.3