You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 theftplugin/latex-box/common.vim
is not compatible:line 252:
Using backticks instead of
$()
would make it compatible for bash and tcsh.Should I do a pull request?
The text was updated successfully, but these errors were encountered: