Skip to content

Commit

Permalink
Add pyc to wildignore so Command-T will ignore them
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Woolcock committed Feb 20, 2012
1 parent 4a65c2b commit 770ba71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vimrc.local
Expand Up @@ -23,6 +23,8 @@ endif

set nospell

set wildignore+=*.pyc

au BufNewFile,BufRead *.rs set filetype=rust
au BufNewFile,BufRead *.{txt,md,markdown,mdown,mkd,mkdn} inoremap `` “
au BufNewFile,BufRead *.{txt,md,markdown,mdown,mkd,mkdn} inoremap '' ”
Expand Down

0 comments on commit 770ba71

Please sign in to comment.