mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 14:55:33 +00:00
docs: misc
fix https://github.com/neovim/neovim.github.io/issues/419 Co-authored-by: Rob Pilling <robpilling@gmail.com>
This commit is contained in:
2
runtime/lua/vim/_meta/options.lua
generated
2
runtime/lua/vim/_meta/options.lua
generated
@@ -4398,7 +4398,7 @@ vim.go.mmd = vim.go.maxmapdepth
|
||||
--- behaves like CTRL-C was typed.
|
||||
--- Running into the limit often means that the pattern is very
|
||||
--- inefficient or too complex. This may already happen with the pattern
|
||||
--- "\(.\)*" on a very long line. ".*" works much better.
|
||||
--- `\(.\)*` on a very long line. `.*` works much better.
|
||||
--- Might also happen on redraw, when syntax rules try to match a complex
|
||||
--- text structure.
|
||||
--- Vim may run out of memory before hitting the 'maxmempattern' limit, in
|
||||
|
||||
Reference in New Issue
Block a user