aboutsummaryrefslogtreecommitdiff
path: root/vim/after/syntax
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-04 08:41:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-04 08:41:04 +1200
commit4ea3794402a2ac07e69ef6df1c415a5c08474b2d (patch)
treeb72a1e7c2ffc95a834f3cf7d86c2bc12a9ba2f2a /vim/after/syntax
parentUpdate plugins (diff)
downloaddotfiles-4ea3794402a2ac07e69ef6df1c415a5c08474b2d.tar.gz
dotfiles-4ea3794402a2ac07e69ef6df1c415a5c08474b2d.zip
Add a few missing Bash keywords
Diffstat (limited to 'vim/after/syntax')
-rw-r--r--vim/after/syntax/sh.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/after/syntax/sh.vim b/vim/after/syntax/sh.vim
index be7a8cf5..59ff92d7 100644
--- a/vim/after/syntax/sh.vim
+++ b/vim/after/syntax/sh.vim
@@ -31,6 +31,7 @@ syntax keyword bashStatement
\ complete
\ compopt
\ continue
+ \ coproc
\ dirs
\ disown
\ echo
@@ -41,6 +42,7 @@ syntax keyword bashStatement
\ false
\ fc
\ fg
+ \ function
\ getopts
\ hash
\ help
@@ -64,6 +66,7 @@ syntax keyword bashStatement
\ source
\ suspend
\ test
+ \ time
\ times
\ trap
\ true