]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
flexget: update series list
[dotfiles.git] / vim / vimrc
index 111e2ff1e12deb45335af897464e4bef4642bbfb..d652461396ae0d9f6ba5e9d0a1c4c07dae635a21 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -68,7 +68,6 @@ Plugin 'kana/vim-operator-user'
 " find an alternative (latex-box? Automatic Latex Plugin?)
 Plugin 'vim-latex/vim-latex'
 Plugin 'alx741/vinfo'
 " find an alternative (latex-box? Automatic Latex Plugin?)
 Plugin 'vim-latex/vim-latex'
 Plugin 'alx741/vinfo'
-Plugin 'derekwyatt/vim-protodef'
 " needs editing colorscheme
 " Plugin 'jeaye/color_coded'
 " Check LucHermites plugins: https://github.com/LucHermitte/lh-cpp
 " needs editing colorscheme
 " Plugin 'jeaye/color_coded'
 " Check LucHermites plugins: https://github.com/LucHermitte/lh-cpp
@@ -657,6 +656,7 @@ if executable('ag')
     let g:unite_source_grep_recursive_opt = ''
 end
 nnoremap <silent> [unite]a :<C-u>Unite grep:.::\12\17<CR>
     let g:unite_source_grep_recursive_opt = ''
 end
 nnoremap <silent> [unite]a :<C-u>Unite grep:.::\12\17<CR>
+nnoremap <silent> [unite]A :<C-u>Unite grep:.:-w:\12\17<CR>
 command! -nargs=1 Ag Unite grep:.::<args>
 
 " unite-file_rec {{{3
 command! -nargs=1 Ag Unite grep:.::<args>
 
 " unite-file_rec {{{3