Update runtime files.

This commit is contained in:
Bram Moolenaar
2015-02-03 19:13:34 +01:00
parent c0a37b9db3
commit 0122c4070f
10 changed files with 90 additions and 58 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
*eval.txt* For Vim version 7.4. Last change: 2015 Jan 27
*eval.txt* For Vim version 7.4. Last change: 2015 Jan 29
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4766,6 +4766,7 @@ printf({fmt}, {expr1} ...) *printf()*
s The text of the String argument is used. If a
precision is specified, no more bytes than the number
specified are used.
*printf-S*
S The text of the String argument is used. If a
precision is specified, no more display cells than the
number specified are used. Without the |+multi_byte|