aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/c.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-30 00:54:05 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-30 00:54:05 +1200
commitd18886688821e5d67c3f698cebd1f31da1c253fc (patch)
tree7c203c74a30c9d7ec7177aa1d61ee577175219f5 /vim/after/ftplugin/c.vim
parentReview vim/ftplugin and vim/indent files (diff)
downloaddotfiles-d18886688821e5d67c3f698cebd1f31da1c253fc.tar.gz
dotfiles-d18886688821e5d67c3f698cebd1f31da1c253fc.zip
Join some b:undo_ftplugin addenda
Diffstat (limited to 'vim/after/ftplugin/c.vim')
-rw-r--r--vim/after/ftplugin/c.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/vim/after/ftplugin/c.vim b/vim/after/ftplugin/c.vim
index cc2c0d7f..a4c4cb6a 100644
--- a/vim/after/ftplugin/c.vim
+++ b/vim/after/ftplugin/c.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<'