.vimrc: Cleanup (BASH -> bash)

This commit is contained in:
Alan Orth 2013-01-24 12:17:17 +03:00
parent f7d7e7dad4
commit cf122873cd
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -5,7 +5,7 @@ set sw=4
set bs=2
set bg=dark
set paste
set wildmode=longest,list " change filename autocomplete to be more like BASH
set wildmode=longest,list " change filename autocomplete to be more like bash
set mouse=v " some vim defaults to mouse=a, which sucks for copying and pasting in Xorg
syntax on
if version >= 600