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 feat(lua): allow vim.F.if_nil to take multiple arguments (#22903) 2023-04-07 08:22:47 -06:00
gzip.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
man.lua fix(man): set the nested flag for the BufReadCmd autocommand (#26285) 2023-11-28 17:02:44 -06:00
matchit.vim Add g:loaded_matchit check (#13226) 2020-11-04 18:46:03 -05:00
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 vim-patch:1e34b95e4402 2024-05-09 00:15:08 +02:00
osc52.lua fix(osc52): do not use 'vim.iter' (#27218) 2024-01-26 12:06:13 -06:00
rplugin.vim fix(rplugin): dont create data dir if it's a broken symlink #25726 2023-11-28 03:17:39 -08:00
shada.vim runtime: Add [ft]plugin/shada.vim files that automatically open .shada 2015-11-01 21:27:28 +03:00
spellfile.vim spell: Fix argument and avoid redundant prompt. 2016-04-10 04:27:39 -04:00
tarPlugin.vim vim-patch:3a5b3df7764d (#26956) 2024-01-10 06:03:09 +08:00
tohtml.lua fix(tohtml): support ranges again 2024-07-16 15:07:40 +02:00
tutor.vim
zipPlugin.vim vim-patch:f9ca139e3aa1 (#27554) 2024-02-21 06:30:18 +08:00