neovim/runtime
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
..
autoload vim-patch:c75dad0: runtime(netrw): Change line on mx if command output exists 2024-08-22 23:45:48 +02:00
colors vim-patch:6908db4: runtime(colors): update colorschemes 2024-08-17 13:03:13 +02:00
compiler vim-patch:5f5f283: runtime(pandoc): escape quotes in &errorformat for pandoc 2024-08-21 09:14:17 +02:00
doc vim-patch:9.1.0690: cannot set special highlight kind in popupmenu (#30128) 2024-08-24 08:38:05 +08:00
ftplugin vim-patch:dd36d6c: runtime(mediawiki): fix typo in doc, test for b:did_ftplugin var 2024-08-17 13:03:13 +02:00
indent vim-patch:c6ed816: runtime(yaml): do not re-indent when commenting out lines 2024-08-17 13:03:13 +02:00
keymap
lua feat(lsp): completion opts support custom item conversion (#30060) 2024-08-22 21:42:27 +02:00
macros
pack/dist/opt
plugin vim-patch:9.1.0694: matchparen is slow on a long line (#30134) 2024-08-25 06:07:43 +08:00
queries
spell
syntax vim-patch:7866d54: runtime(vim): Update base-syntax, match :loadkeymap after colon and bar 2024-08-24 07:41:28 +08:00
tools
tutor fix(tutor): incorrect lines marked as correct #29833 2024-08-16 10:35:13 -07:00
CMakeLists.txt
delmenu.vim
filetype.lua
ftoff.vim
ftplugin.vim
ftplugof.vim
indent.vim
indoff.vim
macmap.vim
makemenu.vim
menu.vim
mswin.vim
neovim.ico
nvim.appdata.xml
nvim.desktop
nvim.png
optwin.vim
synmenu.vim
windows_icon.rc