ptzz
ptzz
I've worked around it like this: ``` " Disable custom match func in some cases as it's " - not respecting MRU order in MRU mode " - not respecting...
Don't know much about HTML rendering but maybe navigate to the closest tag before the first diff in the output HTML? Or even better, if there is some way/api to...
One issue with aliases that I ran into recently is that they don’t play well with `xargs`. I.e. `foocmd | xargs fd foo` does not use any existing `fd` alias.
As a workaround, `autocmd VimEnter * silent! tabonly` can be used to prevent vim from being started with tabs.
Looks like `make test` also fails due to this.
Should be fixed by #796.
It looks like the behavior is somehow inherited from the html.vim syntax file: I see the same thing if I do `set syntax=html`.
From the code: ``` " Dictionary of text objects that are supported by default. Note that some of " the text objects are not available in vanilla vim. '1' indicates...
I have the habit of rarely having upper case in queries. Tend to also not remember case of directories. This throws me in the wrong directory from time to time....