aboutsummaryrefslogtreecommitdiff
path: root/lint/vim.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lint/vim.sh')
-rw-r--r--lint/vim.sh19
1 files changed, 1 insertions, 18 deletions
diff --git a/lint/vim.sh b/lint/vim.sh
index bd8e73af..b3b2e261 100644
--- a/lint/vim.sh
+++ b/lint/vim.sh
@@ -1,19 +1,2 @@
-# Build an argument list of checks to make
-set --
-for vim in vim/* vim/bundle/* ; do
- [ -e "$vim" ] || continue
- case $vim in
-
- # Skip third-party plugins
- vim/bundle) ;;
- vim/bundle/repeat) ;;
- vim/bundle/surround) ;;
-
- # Check everything else
- *) set -- "$@" "$vim" ;;
-
- esac
-done
-
# Run check
-vint -s -- "$@" || exit
+vint -s -- vim || exit