`fish --version`
> fish, version 3.1.2

`cat syntax-check.fish`
> abbr --add --global amek make
> alias md5=md5sum


~ $ fish -n syntax-check.fish
> syntax-check.fish (line 1):
> abbr --add --global amek make
> ^
> syntax-check.fish (line 2):
> alias md5=md5sum
> ^

The output of the syntax checking isn't useful -- it's just a caret and
nothing else.
Am I missing something?
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to