Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions