aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 93ccda7..bd0735c 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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
-