Merge pull request #33519 from zeertzjq/vim-9.1.1314

vim-patch:9.1.{1314,1318}: max allowed string width too small
This commit is contained in:
zeertzjq
2025-04-19 07:22:39 +08:00
committed by GitHub
5 changed files with 13 additions and 10 deletions

View File

@@ -6720,7 +6720,8 @@ function vim.fn.prevnonblank(lnum) end
--- < 1.41
---
--- You will get an overflow error |E1510|, when the field-width
--- or precision will result in a string longer than 6400 chars.
--- or precision will result in a string longer than 1 MB
--- (1024*1024 = 1048576) chars.
---
--- *E1500*
--- You cannot mix positional and non-positional arguments: >vim