-
```
When using "NoMatchParen" (from the matchparen plugin in the runtime) via
a *ReadPre autocommand this might cause a E201, because it uses "windo"
and then the "(curbuf != old_curbuf)" check in Vi…
-
**Describe the bug**
When using window scrolling (`ctrl-d`, `ctrl-u`) in combination with `matchparen` and wrapped lines, the buffer is displayed incorrectly. Some lines appear to be duplicated, and …
-
`set noshowmatch` or `:NoMatchParen` has no effect.
Also tried `:hi MatchParen ctermbg=none` and `let loaded_matchparen = 1`
![image](https://user-images.githubusercontent.com/76442633/143296243-8…
-
The only reason I can't leave vim-matchup :(
-
**Describe the bug**
If there is an unbalanced parenthesis in a string or comment, matchparen.vim could match that parenthesis with a parenthesis in the code.
**To Reproduce**
1. Open a new Pytho…
cwfoo updated
10 months ago
-
### Explain the issue
When this plugin is enabled I experience an issue with certain vsnippet based snippets in nvim-cmp:
If I move over one of the affected snippets in the nvim-cmp popup menu, …
-
I use https://github.com/itchyny/vim-parenmatch instead of Vim default matchparen.vim,
because it is x8 faster than the default.
I want to write `let g:loaded_matchparen = 1` in plugconf file (not…
-
When you said it's blazingly fast, can I make an assumption that it would not cause any problem that the built-in matchparen has when working with ultra-large repo like Linux Kernel source code? That'…
-
I would like to use single quotes for pillar.get or concatenate strings:
![jinja2 string in vim](https://cloud.githubusercontent.com/assets/1568504/10473493/43d1acde-7256-11e5-8a05-1c651fd50ce8.jpg)
…
-
https://cdn.discordapp.com/attachments/712311177710927914/798984371768000542/unknown.png
Cursor will disappear when landing on a brace/bracket pair then reappear on it's closing pair. In the above …