aboutsummaryrefslogtreecommitdiff
path: root/lint
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-03 12:24:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-03 12:24:43 +1200
commit733598201d53aefbcbf0e85de3eb86722c729099 (patch)
treeef0ff46e5c93bb92d993384ce8742c68480065a1 /lint
parentAdd shebang and opening tag detect for PHP (diff)
downloaddotfiles-733598201d53aefbcbf0e85de3eb86722c729099.tar.gz
dotfiles-733598201d53aefbcbf0e85de3eb86722c729099.zip
Add missing vint targets
Diffstat (limited to 'lint')
-rw-r--r--lint/vim.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lint/vim.sh b/lint/vim.sh
index 6e7561e0..af9b7877 100644
--- a/lint/vim.sh
+++ b/lint/vim.sh
@@ -7,6 +7,7 @@ set -- \
vim/bundle/insert_suspend_hlsearch \
vim/bundle/juvenile \
vim/bundle/mail_mutt \
+ vim/bundle/put_blank_lines \
vim/bundle/sahara \
vim/bundle/strip_trailing_whitespace \
vim/bundle/toggle_option_flags \
@@ -17,6 +18,7 @@ set -- \
vim/ftdetect \
vim/gvimrc \
vim/indent \
+ vim/plugin \
vim/vimrc
vint -s -- "$@" || exit
printf 'Vim configuration linted successfully.\n'