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

Slimux breaks when g:slimux_tmux_path is unset #65

Closed
mganjoo opened this issue Sep 20, 2016 · 3 comments
Closed

Slimux breaks when g:slimux_tmux_path is unset #65

mganjoo opened this issue Sep 20, 2016 · 3 comments
Assignees

Comments

@mganjoo
Copy link

mganjoo commented Sep 20, 2016

See 55a01a2#commitcomment-19102917 for details. An extraneous newline causes commands to be split up as follows:

/usr/bin/tmux
 -V

instead of

/usr/bin/tmux -V

and the former causes shell errors.

@mganjoo
Copy link
Author

mganjoo commented Sep 20, 2016

I'd be happy to file a PR later if you prefer.

@slashfoo
Copy link
Collaborator

@mganjoo thanks for the report, system() call to find vim has a newline, I'm stripping it in the commit above. Can you verify that it solves the issue on your end so we can close?

@slashfoo slashfoo self-assigned this Sep 21, 2016
@mganjoo
Copy link
Author

mganjoo commented Sep 21, 2016

Seems to be working now; thanks!

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

2 participants