From 30351424045da6e0a440acba8a7d110a1037e918 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 2 Nov 2017 14:32:53 +1300 Subject: 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. --- lint/vim.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'lint') 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' -- cgit v1.2.3