Open blankname opened 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.
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.