Dag Odenhall
Dag Odenhall
I'm not disagreeing. Note that I haven't closed this issue. ;-)
What are "fish profile files"?
There aren't really any mappings in vim2hs. Keys for folding are part of Vim proper, see `:help fold-commands`. Does that answer your question?
The reason is there's no empty newline between the two definitions. I'll see if I can fix it without breaking anything (I seem to recall adding the empty line requirement...
Hmm, I thought I fixed this. I'll have a look at it again.
Have you tried that with endwise? Thinking about it more now I think the problem is that if you make `=` work then you break endwise, and what's in `vim-fish`...
I should note, you can also use `gq` to format using the native `fish_indent`. Downside is that only produces tabulators. Maybe I could hack that to run a substitute on...
I'm trying to work through the PR queue but this is a bit much for me to review at the moment (not having touched vim scripting for years and not...
See also the comments on #20. Does your changes work with endwise?
I'm sorry, I don't understand. In Haskell, the single quote is a valid identifier character.