From 2ba3fc5be67f00aa43aac025866a0cf953f4b124 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Wed, 13 Apr 2022 22:20:44 +0800 Subject: Implement my grep and find (vim) --- .vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.vimrc') 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 - -- cgit v1.2.3