ELLIOTTCABLE
ELLIOTTCABLE
+1 here.
Unfortunately, it also seems that having `opam-user-setup`'s configuration enabled (which links in `ocp-indent`'s own `ocp-indent.vim`, overrides `ocp-indent-vim`'s configuration: ```viml :set indentexpr? " indentexpr=GetOcamlIndent() ``` Even if I load your version...
This does appear to be fixed in the latest version, the one without a menubar-item! Fantastic! (Oddly, I swear I remember an in-between version — where I tested the above,...
Oops, just re-read the title — still definitely a feature I'd love to see implemented; it's simply the 'remembering which key' that seems fixed.
hi @The-Compiler! Saw this via GitHub's cross-posting functionality. Yes, I'm finally writing [a robust pseudo-vi, pseudo-sh parser for Tridactyl](https://github.com/ELLIOTTCABLE/excmd-parser#README) ([The](https://github.com/ELLIOTTCABLE/excmd-parser/blob/master/pkg/generate_uchar_ranges.ml#L101-L164), [interesting](https://github.com/ELLIOTTCABLE/excmd-parser/blob/master/src/lexer.body.ml), [parts](https://github.com/ELLIOTTCABLE/excmd-parser/blob/master/src/parserAutomaton.mly).). It's written in OCaml and compiled to JavaScript...
Thanks for the quick reply, @twada! Feel free to link to the issue from the README or something like that, then. Fly safe!
I've seen some similar issues to this — what is the priority-order for the tests? Top-to-bottom, or bottom-to-top? Perhaps some "reorder" buttons to change those priorities, moving some colour-regexes above...
Sigh. After spending an _entire day_ trying to trace this down, it turns out it's a VScode setting that can be disabled: ``` "search.quickOpen.includeSymbols": false ``` ---- I'll change the...