neovim/runtime/plugin
zeertzjq cf44121f7f
vim-patch:9.1.0694: matchparen is slow on a long line (#30134)
Problem:  The matchparen plugin is slow on a long line.
Solution: Don't use a regexp to get char at and before cursor.
          (zeertzjq)

Example:

```vim
  call setline(1, repeat(' foobar', 100000))
  runtime plugin/matchparen.vim
  normal! $hhhhhhhh
```

closes: vim/vim#15568

81e7513c86
2024-08-25 06:07:43 +08:00
..
editorconfig.lua
gzip.vim
man.lua
matchit.vim
matchparen.vim vim-patch:9.1.0694: matchparen is slow on a long line (#30134) 2024-08-25 06:07:43 +08:00
netrwPlugin.vim
osc52.lua
rplugin.vim
shada.vim
spellfile.vim
tarPlugin.vim
tohtml.lua fix(tohtml): support ranges again 2024-07-16 15:07:40 +02:00
tutor.vim
zipPlugin.vim