Dag Odenhall

Results 98 comments of Dag Odenhall

If I `set lazyredraw` I can scroll much faster, so maybe experiment with that. It might cause rendering problems if you use macros though, I haven't tested that. Lowering `redrawtime`...

Reopening because others reported slowness as well, but didn't report it being solved. I would guess the slowness comes either from `executable()` having to search all of `$PATH`, although that...

Hmm, `fish_function_path` is not the same as `fish_user_paths`.

Ah you mean, this might be causing `executable()` to be slow for people? I thought you were saying it was making the `system()` call slow, but that you were confusing...

@ypresto Have you tried the suggestion at the bottom of the [readme](https://github.com/dag/vim-fish#teach-a-vim-to-fish)? Also, have you tried calling that `fish -c` line from a shell other than fish?

Yeah. For the Big Rewrite I'm thinking of scrubbing this highlighting all together. There's too many edge cases and in fact `=` is not "function definition" in Haskell so trying...

Ah, that's a bug in the type signature highlighting. It shouldn't be highlighted here because it can't be done consistently and reliably, so they're both wrong. The correct highlighting would...

It would, but then it doesn't work for type classes and instances. It's what I do in `vim-haskell` though (vim2hs rewrite effort, #45).

They changed the format so it broke the existing support in vim-fish. Now it seems they have changed it again, so @wilriker's patch won't really work either, and there's no...

Oh and apparently openSUSE changes the default limits: ``` NUMBER_LIMIT="2-10" NUMBER_LIMIT_IMPORTANT="4-10" ``` So they actually do keep more important snapshots than normal ones, when constrained by quotas. This range syntax...