mirror of
https://github.com/neovim/neovim.git
synced 2026-06-15 16:23:48 +00:00
fix(substitute): don't crash with very large count (#39272)
(cherry picked from commit ac8459a09c)
This commit is contained in:
committed by
github-actions[bot]
parent
187a34d59b
commit
ffb0ebb752
@@ -18,6 +18,7 @@ local dup_allowed = {
|
||||
E116 = 2,
|
||||
E121 = 2,
|
||||
E1502 = 4,
|
||||
E1510 = 2,
|
||||
E151 = 2,
|
||||
E155 = 3,
|
||||
E158 = 2,
|
||||
|
||||
Reference in New Issue
Block a user