aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-04-13 22:20:44 +0800
committerGuangxiong Lin <[email protected]>2022-04-13 22:20:44 +0800
commit2ba3fc5be67f00aa43aac025866a0cf953f4b124 (patch)
treeefc96ce63562baf07cb0cff42f065f252b3034db /.vimrc
parent10a79ab1be6dcf4c68cbf137ad8292aac6c4bffb (diff)
downloaddotfiles-2ba3fc5be67f00aa43aac025866a0cf953f4b124.tar.gz
dotfiles-2ba3fc5be67f00aa43aac025866a0cf953f4b124.tar.bz2
dotfiles-2ba3fc5be67f00aa43aac025866a0cf953f4b124.zip
Implement my grep and find (vim)
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
-