vim-patch:8.1.1835: cannot use printf() as a method

Problem:    Cannot use printf() as a method.
Solution:   Pass the base as the second argument to printf().
fd8ca21b3f
This commit is contained in:
Sean Dewar
2021-08-07 01:08:22 +01:00
parent 5811390f82
commit f03dd22f0d
3 changed files with 15 additions and 9 deletions

View File

@@ -258,7 +258,7 @@ return {
pathshorten={args=1},
pow={args=2},
prevnonblank={args=1},
printf={args=varargs(1)},
printf={args=varargs(1), base=2},
prompt_getprompt={args=1},
prompt_setcallback={args={2, 2}},
prompt_setinterrupt={args={2, 2}},