vim-fish icon indicating copy to clipboard operation
vim-fish copied to clipboard

pushd and popd are considered errors

Open karlb opened this issue 3 years ago • 0 comments

The following script

pushd foo
popd

will cause errors when validated with syntastic or the supplied fish compiler:

:!fish --no-execute /tmp/bug.fish  2>&1| tee /tmp/nvimVvLAs5/100
/tmp/bug.fish (line 1):
pushd foo
^
/tmp/bug.fish (line 2):
popd
^

karlb avatar Oct 11 '21 09:10 karlb