aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-31 22:35:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-31 22:35:22 +1200
commit8619df46c0d0a4667d70884090aecbde4333e542 (patch)
treece8009cbb170b2b26374ef6bd2a8db51e644e792
parentMerge branch 'release/v0.38.0' into develop (diff)
parentBump VERSION (diff)
downloaddotfiles-8619df46c0d0a4667d70884090aecbde4333e542.tar.gz
dotfiles-8619df46c0d0a4667d70884090aecbde4333e542.zip
Merge branch 'hotfix/v0.38.1' into develop
* hotfix/v0.38.1: Bump VERSION Update vim-lint script to reflect changes
-rw-r--r--VERSION4
-rw-r--r--lint/vim.sh12
2 files changed, 13 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index ca7eeb51..8419dfd8 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v0.38.0
-Thu May 31 10:03:28 UTC 2018
+tejr dotfiles v0.38.1
+Thu May 31 10:33:03 UTC 2018
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'