aboutsummaryrefslogtreecommitdiff
path: root/lint
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-31 22:32:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-31 22:34:48 +1200
commite36beb6babf24a0128fe8dbdb4053642546ebf7e (patch)
treea6b09e54deb5fe76da4a1ae1aa3fe5118e14a003 /lint
parentMerge branch 'release/v0.38.0' (diff)
downloaddotfiles-e36beb6babf24a0128fe8dbdb4053642546ebf7e.tar.gz
dotfiles-e36beb6babf24a0128fe8dbdb4053642546ebf7e.zip
Update vim-lint script to reflect changes
Diffstat (limited to 'lint')
-rw-r--r--lint/vim.sh12
1 files changed, 11 insertions, 1 deletions
diff --git a/lint/vim.sh b/lint/vim.sh
index 3c173518..64d87e8d 100644
--- a/lint/vim.sh
+++ b/lint/vim.sh
@@ -1,11 +1,21 @@
set -- \
vim/after \
+ vim/bundle/auto_cache_dirs \
+ vim/bundle/big_file_options \
+ vim/bundle/copy_linebreak \
+ vim/bundle/fixed_join \
+ vim/bundle/insert_suspend_hlsearch \
+ vim/bundle/juvenile \
+ vim/bundle/mail_mutt \
+ vim/bundle/sahara \
+ vim/bundle/strip_trailing_whitespace \
+ vim/bundle/toggle_option_flags \
+ vim/bundle/uncap_ex \
vim/compiler \
vim/config \
vim/ftdetect \
vim/gvimrc \
vim/indent \
- vim/plugin \
vim/vimrc
vint -s -- "$@" || exit
printf 'Vim configuration linted successfully.\n'