Open
Description
Hello! It's a nice vim plugin and I get a lot of benefit from it!
But I meet a problem that I can't change to my root directory on terminal output mode. Here is my project tree.
.
├── .root
├── src
│ └── 1.cpp
└── .tasks
When I open 1.cpp in src directory, and run asynctasks configured like that:
[file-build]
command=pwd
cwd=$(VIM_ROOT)
output=terminal
It shows
/home/qsdrqs/test/src
[Process exited 0]
When I change output
into quickfix
, it shows
|| [pwd]
|| /home/qsdrqs/test
|| [Finished in 0 seconds]
In a word, the "terminal" mode may not works well in changing directory.
Metadata
Metadata
Assignees
Labels
No labels