From d5f8d934cf6aad67f57a10aac88e34db280c5017 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 26 Dec 2018 18:17:23 +1300 Subject: Remove repeat.vim and surround.vim Getting in the habit of using , and ; properly. This is the last of the third-party code in my ~/.vim! --- lint/vim.sh | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'lint') 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 -- cgit v1.2.3