diff options
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ set hlsearch " highlight search terms set incsearch " show search matches as you type set history=1000 set undolevels=1000 -set wildignore=*.swp,*.bak,*.pyc,*.class +set wildignore=*.swp,*.bak,*.pyc,*.o set title " change the terminal's title set visualbell " don't beep set noerrorbells " don't beep |