aboutsummaryrefslogtreecommitdiff
path: root/vim/after
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-01-06 15:23:44 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-01-06 15:23:44 +1300
commit9345e1dcb16d817175980cc944a5d66a882191ac (patch)
tree4e3336888f8601d7c830bb60ad4b2cbc7f7ea1f9 /vim/after
parentRefactor Vim mail header field shortcuts (diff)
downloaddotfiles-9345e1dcb16d817175980cc944a5d66a882191ac.tar.gz
dotfiles-9345e1dcb16d817175980cc944a5d66a882191ac.zip
Clarify a comment
Diffstat (limited to 'vim/after')
-rw-r--r--vim/after/ftplugin/c.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/after/ftplugin/c.vim b/vim/after/ftplugin/c.vim
index ccc5b170..e3eeaede 100644
--- a/vim/after/ftplugin/c.vim
+++ b/vim/after/ftplugin/c.vim
@@ -4,7 +4,7 @@ setlocal complete+=d
" Set include pattern
setlocal include=^\\s*#\\s*include
-" Include headers on UNIX
+" Include system headers on UNIX
if has('unix')
setlocal path+=/usr/include
endif