Skip to content

minor change to make compatible with tcsh #265

@Gullumluvl

Description

@Gullumluvl

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions