Skip to content
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

supply work dir parameter to term variable on Unix but not #67

Open
Konfekt opened this issue Jun 20, 2024 · 0 comments
Open

supply work dir parameter to term variable on Unix but not #67

Konfekt opened this issue Jun 20, 2024 · 0 comments

Comments

@Konfekt
Copy link
Contributor

Konfekt commented Jun 20, 2024

On Win32 for s:term

the argument to open l:dir is added by gtfo

elseif s:iswin && &shell !~? "cmd" && executable('mintty')

whereas on Unix it has to be added by the user

silent call system(s:termpath." ".shellescape(l:dir))

How about opting for either one of these approaches for both OS's?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant