blankname / vim-fish

Vim support for editing fish scripts
MIT License
35 stars 6 forks source link

Status #1

Open blankname opened 4 years ago

blankname commented 4 years ago

Since @dag is less active with vim-fish I decided it would be a good learning experience to try maintaining a fork and merging some prs.

Merged:

Not merged:

Need to revisit:

I've added a few other very minor miscellaneous changes as well (so feel free to browse the commit log).

Thanks @dag for creating vim-fish and all of the others for their contributions.

blankname commented 4 years ago

Instead of merging dag/vim-fish#44, I've added a commit that just drops '/' from the iskeyword definition.

I didn't remove the iskeyword definition entirely because I believe including '_' and '.' is still useful.

I also defined syntax iskeyword to include '/' so that the syntax patterns using \k are unaffected.