commit e6686255ae41d36c09bae48a9d084de27e01d68c
parent 14d94630af7dbd2102ef4365ff6187902abab6c5
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Fri, 22 Jan 2016 22:03:16 -0800
Vim: Update plugins
Diffstat:
19 files changed, 28 insertions(+), 20 deletions(-)
diff --git a/vim/bundle/Vundle.vim b/vim/bundle/Vundle.vim
@@ -1 +1 @@
-Subproject commit cfd3b2d388a8c2e9903d7a9d80a65539aabfe933
+Subproject commit 5f70ae6025e951f0154e3940d123138adffa4c88
diff --git a/vim/bundle/neocomplete.vim b/vim/bundle/neocomplete.vim
@@ -1 +1 @@
-Subproject commit a76e4a7fa75c9f174d51b5f4825a4ef6fe1836e6
+Subproject commit cd16e177ff3978391f48717852528bb3e28c3582
diff --git a/vim/bundle/rainbow/plugin/rainbow.vim b/vim/bundle/rainbow/plugin/rainbow.vim
@@ -1,8 +1,8 @@
"==============================================================================
"Script Title: rainbow parentheses improved
-"Script Version: 3.3.3
+"Script Version: 3.3.4
"Author: luochen1990
-"Last Edited: 2015 Jan 13
+"Last Edited: 2015 June 15
"Simple Configuration:
" first, put "rainbow.vim"(this file) to dir vimfiles/plugin or vim73/plugin
" second, add the follow sentences to your .vimrc or _vimrc :
@@ -21,7 +21,7 @@ if exists('s:loaded') || !(exists('g:rainbow_active') || exists('g:rainbow_conf'
finish
endif
let s:loaded = 1
-
+
let s:rainbow_conf = {
\ 'guifgs': ['royalblue3', 'darkorange3', 'seagreen3', 'firebrick'],
\ 'ctermfgs': ['lightblue', 'lightyellow', 'lightcyan', 'lightmagenta'],
@@ -29,6 +29,9 @@ let s:rainbow_conf = {
\ 'parentheses': ['start=/(/ end=/)/ fold', 'start=/\[/ end=/\]/ fold', 'start=/{/ end=/}/ fold'],
\ 'separately': {
\ '*': {},
+\ 'lisp': {
+\ 'guifgs': ['royalblue3', 'darkorange3', 'seagreen3', 'firebrick', 'darkorchid3'],
+\ },
\ 'tex': {
\ 'parentheses': ['start=/(/ end=/)/', 'start=/\[/ end=/\]/'],
\ },
@@ -164,6 +167,8 @@ func rainbow#hook()
endfunc
command! RainbowToggle call rainbow#toggle()
+command! RainbowToggleOn call rainbow#load()
+command! RainbowToggleOff call rainbow#clear()
if (exists('g:rainbow_active') && g:rainbow_active)
auto syntax * call rainbow#hook()
diff --git a/vim/bundle/tmux-complete.vim b/vim/bundle/tmux-complete.vim
@@ -1 +1 @@
-Subproject commit e5b69217a2d9c25a72d626e03bc340414a7d5fc9
+Subproject commit dac745de92252eeda60101908ef6e02f75cf4aeb
diff --git a/vim/bundle/vim-buftabline b/vim/bundle/vim-buftabline
@@ -1 +1 @@
-Subproject commit 73c48fb9727693be07f29b953350c43ca64bda9a
+Subproject commit 4e3e3eb2eda281c59e94a9f208c0ab9259eac6f4
diff --git a/vim/bundle/vim-commentary b/vim/bundle/vim-commentary
@@ -1 +1 @@
-Subproject commit 9c685131a5facfa0d643feca3a61b41c007d8170
+Subproject commit e0f4850d78137a35b9461c530078bd77f39e4dce
diff --git a/vim/bundle/vim-easy-align b/vim/bundle/vim-easy-align
@@ -1 +1 @@
-Subproject commit c62d124be614de65922b15d468c4049d1eee9353
+Subproject commit 7cb559eb70600bbd81afbb2d7f60d98334f631e2
diff --git a/vim/bundle/vim-endwise b/vim/bundle/vim-endwise
@@ -1 +1 @@
-Subproject commit bba43b831ae0485cf9b86d16340a6a314b927391
+Subproject commit f06abe3d6eca6f6ebfc31ea3163a51575f450df6
diff --git a/vim/bundle/vim-fugitive b/vim/bundle/vim-fugitive
@@ -1 +1 @@
-Subproject commit 4cc201cbe3a0c3faa4cde1b82ba941d410e5e81c
+Subproject commit b5188a1b4f9aabd1454f7b8dd621d467ca7ee3a7
diff --git a/vim/bundle/vim-gitgutter b/vim/bundle/vim-gitgutter
@@ -1 +1 @@
-Subproject commit 937930e647b89c1095c0683af16d7d5e8efcbd09
+Subproject commit a30ee7f23e93c827b4857d337f04c1ddf3c0c16e
diff --git a/vim/bundle/vim-grepper b/vim/bundle/vim-grepper
@@ -0,0 +1 @@
+Subproject commit b423d5d8211fe0aece44dc3a50450a4f016f26a9
diff --git a/vim/bundle/vim-polyglot b/vim/bundle/vim-polyglot
@@ -1 +1 @@
-Subproject commit acd7ce59503b22ac7663fc25776efe25e266f1d4
+Subproject commit aec5e42bdbdb24bc816ae7a56ace189246c74097
diff --git a/vim/bundle/vim-repeat b/vim/bundle/vim-repeat
@@ -1 +1 @@
-Subproject commit c4f9f159e66a00e148b05d3c97c20072777d559f
+Subproject commit 7a6675f092842c8f81e71d5345bd7cdbf3759415
diff --git a/vim/bundle/vim-signature b/vim/bundle/vim-signature
@@ -1 +1 @@
-Subproject commit f8c6ad88d13787e1fed5e0655d94886bb35e00c8
+Subproject commit d563023386183c96cebd7487856724fc79514058
diff --git a/vim/bundle/vim-sleuth b/vim/bundle/vim-sleuth
@@ -1 +1 @@
-Subproject commit 1db371f776215ab0d1c49c9780e008a6d41d3faf
+Subproject commit a17462708aa40a7fc0afd4effa559087d8a2c908
diff --git a/vim/bundle/vim-surround b/vim/bundle/vim-surround
@@ -1 +1 @@
-Subproject commit 772ab9587b7d1e2c3bae75395c9123803059ba8a
+Subproject commit 2d05440ad23f97a7874ebd9b5de3a0e65d25d85c
diff --git a/vim/bundle/vim-tmux-navigator b/vim/bundle/vim-tmux-navigator
@@ -1 +1 @@
-Subproject commit 928a52fbda90ec70b2eb6edaf570654df4521af0
+Subproject commit 176452ead44118174ddad3502709a247d9c24bb4
diff --git a/vim/bundle/vim-unimpaired b/vim/bundle/vim-unimpaired
@@ -1 +1 @@
-Subproject commit 3548479cc154154cbdbb6737ca08a47937cc7113
+Subproject commit 23f471ad0f00e2fab097f9d67ffd770881d4b35a
diff --git a/vim/bundle/vim-vinegar/plugin/vinegar.vim b/vim/bundle/vim-vinegar/plugin/vinegar.vim
@@ -21,7 +21,9 @@ let s:escape = 'substitute(escape(v:val, ".$~"), "*", ".*", "g")'
let g:netrw_list_hide =
\ join(map(split(&wildignore, ','), '"^".' . s:escape . '. "$"'), ',') . ',^\.\.\=/\=$' .
\ (get(g:, 'netrw_list_hide', '')[-strlen(s:dotfiles)-1:-1] ==# s:dotfiles ? ','.s:dotfiles : '')
-let g:netrw_banner = 0
+if !exists("g:netrw_banner")
+ let g:netrw_banner = 0
+endif
let s:netrw_up = ''
nnoremap <silent> <Plug>VinegarUp :call <SID>opendir('edit')<CR>