What does adding ',%\&chdir '.escape(root, ',')
to errroformat
actually do?
#180
-
I was looking at how the let &l:errorformat .= ',%\&chdir '.escape(root, ',') Does this tell vim that the output is expected to be relative to Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That's a deliberately invalid pattern; it will never match anything. Instead, Projectionist handles it itself in vim-projectionist/autoload/projectionist.vim Lines 898 to 913 in e5144ba |
Beta Was this translation helpful? Give feedback.
That's a deliberately invalid pattern; it will never match anything. Instead, Projectionist handles it itself in
QuickFixCmdPre
andQuickFixCmdPost
by extracting the value and using it to temporarily:cd
:vim-projectionist/autoload/projectionist.vim
Lines 898 to 913 in e5144ba