aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-08 12:40:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-08 12:44:59 +1300
commitba1c36ee30af10c9199a90114ca97264803cf794 (patch)
tree902fd269f75fd53f45dff785ef9066918d3e2649 /vim/ftplugin
parentMove ftplugin/sh.vim b:undo def to end of file (diff)
downloaddotfiles-ba1c36ee30af10c9199a90114ca97264803cf794.tar.gz
dotfiles-ba1c36ee30af10c9199a90114ca97264803cf794.zip
Clear b:check/lint in ftdetect/sh.vim b:undo
Diffstat (limited to 'vim/ftplugin')
-rw-r--r--vim/ftplugin/sh.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/ftplugin/sh.vim b/vim/ftplugin/sh.vim
index f2592e6e..5faf9055 100644
--- a/vim/ftplugin/sh.vim
+++ b/vim/ftplugin/sh.vim
@@ -46,4 +46,4 @@ nnoremap <buffer> <silent>
" Clear away these extra changes
let b:undo_user_ftplugin
- \ = 'setlocal keywordprg<'
+ \ = 'setlocal keywordprg< | unlet! b:check b:lint'