From 2cc53a3aa837131827236f9a8033d750fdef5ff6 Mon Sep 17 00:00:00 2001 From: Luiz Gonzaga dos Santos Filho Date: Sun, 7 Apr 2013 00:14:00 +0200 Subject: [PATCH 1/3] Adding visual star search vundle --- vim/vundles.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/vundles.vim b/vim/vundles.vim index d8c2a42..1645067 100644 --- a/vim/vundles.vim +++ b/vim/vundles.vim @@ -101,5 +101,6 @@ Bundle "slim-template/vim-slim.git" Bundle "airblade/vim-gitgutter.git" Bundle "bogado/file-line.git" Bundle "tpope/vim-rvm.git" +Bundle "nelstrom/vim-visual-star-search" "Filetype plugin indent on is required by vundle filetype plugin indent on From 618cd146fdb1b0f102e6234c441edd39e4f8c012 Mon Sep 17 00:00:00 2001 From: Luiz Gonzaga dos Santos Filho Date: Sun, 7 Apr 2013 00:34:51 +0200 Subject: [PATCH 2/3] Updating the readme with the visual star search plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e30fabd..0b13751 100644 --- a/README.md +++ b/README.md @@ -351,6 +351,7 @@ If you omit the key combo, you'll get a list of all the maps. You can do the sam * LustyJuggler/Explorer - hit B, type buf name to match a buffer, or type S and use the home row keys to select a buffer * TagBar - hit ,T to see a list of methods in a class (uses ctags) * CtrlP - Ctrl-p or ,t to find a file + * Visual-star-serach - make the * (star) search in visual mode behave like expected: searching for the whole selection instead of just the word under the cursor. #### Git From 1c495897f4145d031f565e74c59530775407cf61 Mon Sep 17 00:00:00 2001 From: Luiz Gonzaga dos Santos Filho Date: Sun, 7 Apr 2013 00:41:11 +0200 Subject: [PATCH 3/3] Fixing typo in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b13751..fa5f1ad 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ If you omit the key combo, you'll get a list of all the maps. You can do the sam * LustyJuggler/Explorer - hit B, type buf name to match a buffer, or type S and use the home row keys to select a buffer * TagBar - hit ,T to see a list of methods in a class (uses ctags) * CtrlP - Ctrl-p or ,t to find a file - * Visual-star-serach - make the * (star) search in visual mode behave like expected: searching for the whole selection instead of just the word under the cursor. + * Visual-star-search - make the * (star) search in visual mode behave like expected: searching for the whole selection instead of just the word under the cursor. #### Git