What does adding ',%\&chdir '.escape(root, ',') to errroformat actually do?
#180
Answered
by
tpope
iamFIREcracker
asked this question in
Q&A
|
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. |
Answered by
tpope
Mar 16, 2023
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 |
0 replies
Answer selected by
tpope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's a deliberately invalid pattern; it will never match anything. Instead, Projectionist handles it itself in
QuickFixCmdPreandQuickFixCmdPostby extracting the value and using it to temporarily:cd:vim-projectionist/autoload/projectionist.vim
Lines 898 to 913 in e5144ba