aboutsummaryrefslogtreecommitdiff
path: root/lint
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-02 14:32:53 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-02 14:32:53 +1300
commit30351424045da6e0a440acba8a7d110a1037e918 (patch)
tree0ecee46b27d19a8dc5c759eaf1fee20daed298ad /lint
parentBump version number to 0.4.0 (diff)
downloaddotfiles-30351424045da6e0a440acba8a7d110a1037e918.tar.gz
dotfiles-30351424045da6e0a440acba8a7d110a1037e918.zip
Add vim/plugin to lint-vim arguments
This ensures that new plugin code gets tested before being released. We don't add the new vim/doc directory, as it's plain text rather than VimL.
Diffstat (limited to 'lint')
-rw-r--r--lint/vim.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lint/vim.sh b/lint/vim.sh
index d876d770..c370e177 100644
--- a/lint/vim.sh
+++ b/lint/vim.sh
@@ -5,6 +5,7 @@ set -- \
vim/ftplugin \
vim/gvimrc \
vim/indent \
+ vim/plugin \
vim/vimrc
vint -s -- "$@" || exit
printf 'Vim configuration linted successfully.\n'