From df15841b3034ccb6e6c670ad474ffe94945e81cd Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 8 Nov 2017 13:07:44 +1300 Subject: 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. --- vim/after/syntax/sh.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'vim/after/syntax') 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 -- cgit v1.2.3