diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -20,6 +20,9 @@ set secure set exrc set noerrorbells +" use for populating filename in quickfix +set errorformat+=%f + " Use python3 first if has('python3') elseif has('python') @@ -127,4 +130,3 @@ packadd matchit if !empty(glob('~/.vim_local')) source ~/.vim_local endif - |