mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 06:46:07 +00:00
vim-patch:9.1.1318: tests: test_format fails
Problem: tests: test_format fails (after 9.1.1314). Solution: Increase the string size. Add missing test_format.res in NEW_TESTS_RES (zeertzjq). closes: vim/vim#17144e9a27ef373
(cherry picked from commit0251a25541
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
4205fdee1d
commit
1a6ddeee41
3
runtime/doc/builtin.txt
generated
3
runtime/doc/builtin.txt
generated
@@ -7392,7 +7392,8 @@ printf({fmt}, {expr1} ...) *printf()*
|
||||
< 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
|
||||
|
3
runtime/lua/vim/_meta/vimfn.lua
generated
3
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -6717,7 +6717,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
|
||||
|
Reference in New Issue
Block a user