vim-fish
vim-fish copied to clipboard
Vim support for editing fish scripts
Hello. I'm assuming many people have submitted pull requests, but it's unclear why these haven't been merged? Is this an abandoned project? Would be good to know what people are...
Hi, I've created a fork and merged some of the open prs. Please see this issue: blankname/vim-fish/issues/1 This is my first time doing this and I'm not exactly sure what...
Adds @Spell to the fishComment and fishString syntax regions so that spellchecking is restricted to those regions and does not default to the entire file.
The following script ```fish 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):...
Sometimes, when I edit fish files, I get this error many times: ``` Error detected while processing function fish#Complete: line 8: E484: Can't open file /tmp/vCliDT0/13 Press ENTER or type...
I've been loving using fish, but I've found that the startup time of this plugin is super slow, upwards of 5 seconds sometimes. I've pasted below a bit of the...
I am sorry, but this is a basic question - not an issue How on hell do you install this project in VIM? For the novice it is far from...
Prior to this, a `w` would skip over the entirety of /some/long/path-name. This is probably not what users expect, since they can use `W` for that.
when opening a fish file I get: ``` Error detected while processing /Users/miki725/.vim/plugged/vim-fish/ftplugin/fish.vim: line 23: E16: Invalid range: ----w ``` not sure how to debug this further. any ideas? ```...
This filters out blank lines from the output of `fish -c "complete -C..."`, which prevents errors when trying to access `l:tokens[0]`, which is an empty list in the case of...