aboutsummaryrefslogtreecommitdiff
path: root/vim/after
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-08 13:07:44 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-08 13:07:44 +1300
commitdf15841b3034ccb6e6c670ad474ffe94945e81cd (patch)
treef81a36e11179d193cd3e4cfae199c38d2b90e4ec /vim/after
parentAdd `break`, `continue`, `return` as shStatement (diff)
downloaddotfiles-df15841b3034ccb6e6c670ad474ffe94945e81cd.tar.gz
dotfiles-df15841b3034ccb6e6c670ad474ffe94945e81cd.zip
Add `kill` as shStatement
It's not a shell builtin in `dash`, but it is in `Bash`, and I kind of think of it that way.
Diffstat (limited to 'vim/after')
-rw-r--r--vim/after/syntax/sh.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/after/syntax/sh.vim b/vim/after/syntax/sh.vim
index 99c0cc3a..41ec27b4 100644
--- a/vim/after/syntax/sh.vim
+++ b/vim/after/syntax/sh.vim
@@ -42,6 +42,7 @@ if exists('b:is_posix')
\ fg
\ getopts
\ hash
+ \ kill
\ printf
\ pwd
\ read