Seasons.NET

ちょっとした技術ブログです

vim設定

Grep.vim
grep.vim入れたあとに書くと幸せ
let Grep_Find_Use_Xargs = 1
":let Grep_Default_Filelist = '*.c *.cpp *.asm'
:let Grep_Cygwin_Find = 1

let Grep_Path = 'C
\GnuWin32\bin\grep.exe'
let Grep_Find_Path = 'C
\GnuWin32\bin\find.exe'
let Grep_Xargs_Path = 'C
\GnuWin32\bin\xargs.exe'

http://gnuwin32.sourceforge.net/packages.html
ここで findとgrepを落としてください♪

あと.grep.vim
Windowsの場合は、
let Grep_Shell_Quote_Char = ''

let Grep_Shell_Quote_Char = '"'

としないとだめぽ