summaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-02-03 19:13:34 +0100
committerBram Moolenaar <Bram@vim.org>2015-02-03 19:13:34 +0100
commit0122c4070f84e71f15a39fb20ababeffb70757c4 (patch)
tree3849d34c18c14b9fd2ca465269515a887843d947 /runtime/doc/eval.txt
parentc0a37b9db38e722b9e5ac3ac8b4c4af86bdf018c (diff)
downloadvim-0122c4070f84e71f15a39fb20ababeffb70757c4.zip
Update runtime files.
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 0fb315121..2c395326e 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -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|