-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't recognized root directory when use terminal to output #34
Comments
I can't reproduce your problem, could you diagnose this with: :echo asyncrun#get_root('%') And see if the output is correct. |
Yes, it is correct. I make some steps to reproduce this problem, at least it works for me.
Plug 'skywind3000/asynctasks.vim'
Plug 'skywind3000/asyncrun.vim'
let g:asyncrun_open = 7
let g:asynctasks_confirm=0
let g:asynctasks_term_pos = 'bottom'
let g:asynctasks_term_rows = 14 6.use :AsyncTaskEdit to edit .task file (which is correctly at the ".root" position) [file-build]
command=pwd
cwd=$(VIM_ROOT)
output=terminal save it. :AsyncTask file-build then it shows
I have noticed that when I config let g:asynctasks_term_pos as |
what is your vim version number ?? operating system ?? |
My vim version is 8.2, OS is archlinux and kernel version is 5.7.2 I noticed a trick that if I add |
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.
When I open 1.cpp in src directory, and run asynctasks configured like that:
It shows
When I change
output
intoquickfix
, it showsIn a word, the "terminal" mode may not works well in changing directory.
The text was updated successfully, but these errors were encountered: