mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 14:58:18 +00:00
vim-patch:8.0.1557: printf() does not work with only one argument (#9038)
Problem: printf() does not work with only one argument. (Daniel Hahler)
Solution: Allow using just the format. (Ken Takata, closes vim/vim#2687)
c71807db9c
This commit is contained in:

committed by
Justin M. Keyes

parent
9183e2c67e
commit
d3c90cbbb4
@@ -222,7 +222,7 @@ return {
|
||||
pathshorten={args=1},
|
||||
pow={args=2},
|
||||
prevnonblank={args=1},
|
||||
printf={args=varargs(2)},
|
||||
printf={args=varargs(1)},
|
||||
pumvisible={},
|
||||
py3eval={args=1},
|
||||
pyeval={args=1},
|
||||
|
Reference in New Issue
Block a user