dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit fb7b8b06efaaa6ec6603ecf3fd74bd52db316101
parent 2e99bb3e2a4affcea1f393fb13051889ab04840f
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Fri, 31 Jul 2015 20:46:18 -0700

Vim: Add Bufstop plugin and update other plugins

Diffstat:
vim/bundle/GoldenView.Vim | 2+-
vim/bundle/Syntastic | 2+-
vim/bundle/Vundle.vim | 2+-
vim/bundle/bufstop | 1+
vim/bundle/neocomplete.vim | 2+-
vim/bundle/tmux-complete.vim | 2+-
vim/bundle/vim-buftabline | 2+-
vim/bundle/vim-fugitive | 2+-
vim/bundle/vim-gitgutter | 2+-
vim/bundle/vim-polyglot | 2+-
vim/bundle/vim-repeat | 2+-
vim/bundle/vim-rsi/plugin/rsi.vim | 2+-
vim/bundle/vim-signature | 2+-
vim/bundle/vim-sleuth | 2+-
vim/bundle/vim-surround | 2+-
vim/bundle/vim-tmux-navigator | 2+-
vimrc.bundles | 3+++
17 files changed, 19 insertions(+), 15 deletions(-)

diff --git a/vim/bundle/GoldenView.Vim b/vim/bundle/GoldenView.Vim @@ -1 +1 @@ -Subproject commit 31af855bd56efe349ef2b8feff5114c8dca734da +Subproject commit 0c2a0fe2119b7b231ffc45acb92536bf0511e877 diff --git a/vim/bundle/Syntastic b/vim/bundle/Syntastic @@ -1 +1 @@ -Subproject commit 21e927659221ee91aa911472a0aa0509a659ba25 +Subproject commit 996c560f494b3db2ff33539457fb9976733cd627 diff --git a/vim/bundle/Vundle.vim b/vim/bundle/Vundle.vim @@ -1 +1 @@ -Subproject commit 0b28e334e65b6628b0a61c412fcb45204a2f2bab +Subproject commit cfd3b2d388a8c2e9903d7a9d80a65539aabfe933 diff --git a/vim/bundle/bufstop b/vim/bundle/bufstop @@ -0,0 +1 @@ +Subproject commit 9274df466161c121463c55206babc0c416453c26 diff --git a/vim/bundle/neocomplete.vim b/vim/bundle/neocomplete.vim @@ -1 +1 @@ -Subproject commit a5d0e4bf19589b9168d6be6de3abed78ea91c8f7 +Subproject commit a76e4a7fa75c9f174d51b5f4825a4ef6fe1836e6 diff --git a/vim/bundle/tmux-complete.vim b/vim/bundle/tmux-complete.vim @@ -1 +1 @@ -Subproject commit 01c85c572c942a4d19e3df8706584bc11dae5f74 +Subproject commit e5b69217a2d9c25a72d626e03bc340414a7d5fc9 diff --git a/vim/bundle/vim-buftabline b/vim/bundle/vim-buftabline @@ -1 +1 @@ -Subproject commit 93d490ac7991fa8b6a57285158b1bd2af4631b03 +Subproject commit 73c48fb9727693be07f29b953350c43ca64bda9a diff --git a/vim/bundle/vim-fugitive b/vim/bundle/vim-fugitive @@ -1 +1 @@ -Subproject commit 2c8461db084d205903a792a23163faa546f143c9 +Subproject commit 4cc201cbe3a0c3faa4cde1b82ba941d410e5e81c diff --git a/vim/bundle/vim-gitgutter b/vim/bundle/vim-gitgutter @@ -1 +1 @@ -Subproject commit 1a68abedf1115482beb02834ebc42bc3f6a07672 +Subproject commit 937930e647b89c1095c0683af16d7d5e8efcbd09 diff --git a/vim/bundle/vim-polyglot b/vim/bundle/vim-polyglot @@ -1 +1 @@ -Subproject commit 1a97304cf642e9f887122e162b1999768b60c9d7 +Subproject commit acd7ce59503b22ac7663fc25776efe25e266f1d4 diff --git a/vim/bundle/vim-repeat b/vim/bundle/vim-repeat @@ -1 +1 @@ -Subproject commit 5eba0f19c87402643eb8a7e7d20d9d5338fd6d71 +Subproject commit c4f9f159e66a00e148b05d3c97c20072777d559f diff --git a/vim/bundle/vim-rsi/plugin/rsi.vim b/vim/bundle/vim-rsi/plugin/rsi.vim @@ -24,7 +24,7 @@ cnoremap <C-B> <Left> inoremap <expr> <C-D> col('.')>strlen(getline('.'))?"\<Lt>C-D>":"\<Lt>Del>" cnoremap <expr> <C-D> getcmdpos()>strlen(getcmdline())?"\<Lt>C-D>":"\<Lt>Del>" -inoremap <expr> <C-E> col('.')>strlen(getline('.'))?"\<Lt>C-E>":"\<Lt>End>" +inoremap <expr> <C-E> col('.')>strlen(getline('.'))<bar><bar>pumvisible()?"\<Lt>C-E>":"\<Lt>End>" inoremap <expr> <C-F> col('.')>strlen(getline('.'))?"\<Lt>C-F>":"\<Lt>Right>" cnoremap <expr> <C-F> getcmdpos()>strlen(getcmdline())?&cedit:"\<Lt>Right>" diff --git a/vim/bundle/vim-signature b/vim/bundle/vim-signature @@ -1 +1 @@ -Subproject commit 026d43dece2b52fcb536f9fc6406ac97c752b69a +Subproject commit f8c6ad88d13787e1fed5e0655d94886bb35e00c8 diff --git a/vim/bundle/vim-sleuth b/vim/bundle/vim-sleuth @@ -1 +1 @@ -Subproject commit 6b0c9d61e246cb3a046202de0a016451c0dc1ede +Subproject commit 1db371f776215ab0d1c49c9780e008a6d41d3faf diff --git a/vim/bundle/vim-surround b/vim/bundle/vim-surround @@ -1 +1 @@ -Subproject commit fa433e0b7330753688f715f3be5d10dc480f20e5 +Subproject commit 772ab9587b7d1e2c3bae75395c9123803059ba8a diff --git a/vim/bundle/vim-tmux-navigator b/vim/bundle/vim-tmux-navigator @@ -1 +1 @@ -Subproject commit d25c7ebb65a0ca3058d075158ce1b6605c954c82 +Subproject commit 928a52fbda90ec70b2eb6edaf570654df4521af0 diff --git a/vimrc.bundles b/vimrc.bundles @@ -73,5 +73,8 @@ Bundle 'junegunn/vim-easy-align' " use s and S to move through line Bundle 'jayflo/vim-skip' +" Bundle 'itchyny/vim-cursorword' +Bundle 'mihaifm/bufstop' + filetype plugin indent on