dag / vim-fish

Vim support for editing fish scripts
MIT License
431 stars 59 forks source link

pushd and popd are considered errors #52

Open karlb opened 2 years ago

karlb commented 2 years ago

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
^