Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
linsong committed Feb 1, 2010
1 parent b25f141 commit 5e621d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -144,6 +144,6 @@ WINDOWS_C
.fonts/fonts.dir
.fonts/fonts.list
.fonts/fonts.scale
work/
work/*
blog/linsong.github.com/

3 changes: 1 addition & 2 deletions .vimrc
Expand Up @@ -145,7 +145,6 @@
set listchars=tab-,trail:·,extends:»,precedes:«
"## }}}1


"## Encodings {{{1
"for more details, read help usr_45.txt
" encodings configure
Expand Down Expand Up @@ -1222,7 +1221,7 @@ call pathogen#runtime_append_all_bundles()
"### setting for grep.vim {{{2
let Grep_Key = '<F12>'
let Grep_Default_Options = '-inH'
let Grep_Skip_Dirs_List = ['.svn', '.cvs', 'zope']
let Grep_Skip_Dirs_List = ['.svn', '.cvs', 'zope', '.git']
let Grep_Skip_Dirs = join(g:Grep_Skip_Dirs_List, ' ')
let Grep_Skip_Files_List = ['*.bak', '*~', '*.swp', '*.swo', '*.pyc', '*.swf', '*.exe', 'tags', 'TAGS']
let Grep_Skip_Files = join(Grep_Skip_Files_List, ' ')
Expand Down

0 comments on commit 5e621d3

Please sign in to comment.