diff runtime/doc/eval.txt @ 6583:b0a227941705

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Tue, 03 Feb 2015 19:13:34 +0100
parents 2561531decf1
children 3af822eb4da5
line wrap: on
line diff
--- 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|