aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/cpp.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/ftplugin/cpp.vim')
-rw-r--r--vim/after/ftplugin/cpp.vim3
1 files changed, 1 insertions, 2 deletions
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<'