Skip to content

vimshell does not always handle ${variable} correctly.  #196

@yzhuang

Description

@yzhuang

To reproduce, try:

export HOME=/Users/yz/
echo $HOME     # this works
echo ${HOME}   # this also works
echo ${HOME}bin  # this does not work

Screenshot attached comparing bash/zsh behavior and vimshell behavior.

vimshell_variable_bug

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions