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

minor change to make compatible with tcsh #265

Open
Gullumluvl opened this issue Jun 17, 2016 · 0 comments
Open

minor change to make compatible with tcsh #265

Gullumluvl opened this issue Jun 17, 2016 · 0 comments

Comments

@Gullumluvl
Copy link

Hi,
I know that not so many people use the tcsh shell, but I inherited from it on my computer at work, and I noticed that one line in the ftplugin/latex-box/common.vim is not compatible:

line 252:

let s:uname = system('echo -n $(uname -s)')

Using backticks instead of $() would make it compatible for bash and tcsh.
Should I do a pull request?

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