From: Colin Patrick McCabe Date: Fri, 21 Oct 2011 23:17:56 +0000 (-0700) Subject: .vimrc: grep through asm files as well X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fa2b74c2481241aac47680a088dae093fa8106d;hp=e0cfdacd2a574e65eb9ceb25cd9e2f2a24ddddeb;p=cmccabe-etc .vimrc: grep through asm files as well Signed-off-by: Colin McCabe --- diff --git a/.vimrc b/.vimrc index 274cbd8..6310093 100644 --- a/.vimrc +++ b/.vimrc @@ -71,7 +71,7 @@ map \B :ConqueTermVSplit /bin/bash "command Bash execute ":ConqueTerm bash" "*************** grep plugin *************** -:let Grep_Default_Filelist = '*.c *.cpp *.cc *.rb *.h *.t *.py *.rst *.go *.java' +:let Grep_Default_Filelist = '*.c *.cpp *.cc *.rb *.h *.t *.py *.rst *.go *.java *.S' :let Grep_Skip_Files = 'core.* *.svn *~ *.swp *.swo *.bak cscope.out cscope.files' "*************** pre-filled registers ******************