diff options
-rw-r--r-- | .vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,7 @@ set backspace=indent,eol,start syntax enable set encoding=utf-8 set fileencodings=ucs=bom,utf-8,utf-16,gbk,big5,gb18030,latin1 -set noshowcmd +set showcmd set autoread set mouse=a filetype on @@ -19,6 +19,7 @@ set formatoptions-=tc set secure set exrc set noerrorbells +set noshowmode " use for populating filename in quickfix set errorformat+=%f |