-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I want to share a custom command so that I have all the issues found from pio check in the quickfix list.
In this way the user can jump directly to the issue.
command! PIOCheck {
var current_makeprg = &l:makeprg
setlocal makeprg=pio
silent make check
execute "setlocal makeprg=" .. current_makeprg
copen
}
It is written in Vim9, but perhaps it can be integrated in the current vim-pio?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels