From: Samir Benmendil Date: Thu, 27 Aug 2015 09:05:39 +0000 (+0100) Subject: vim: print changing directories with makeprg X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/ced19120422007d4cb1759455939472811dd9914?ds=inline vim: print changing directories with makeprg This allows 'errorformat' to track relative directories when building. I never had to do that on Linux, does it do that by default? Why doesn't Mac OS? --- diff --git a/vim/vimrc b/vim/vimrc index 2b6cca6..7010d5f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -255,6 +255,9 @@ set wildignore+=*.luac " Lua byte code set wildignore+=*.pyc " Python byte code set wildignore+=*.orig " Merge resolution files +" running make and jumping to errors +set makeprg=make\ -w " print changing directories + " language specific {{{2 set isfname-== " don't treat `=` as being part of filenames