diff runtime/doc/eval.txt @ 2343:0703d2fd5749 vim73

Last few changes for the 7.3a BETA release.
author Bram Moolenaar <bram@vim.org>
date Sun, 18 Jul 2010 22:10:01 +0200
parents 01e4b4d37842
children 12b829477c60
line wrap: on
line diff
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -5377,6 +5377,9 @@ strdisplaywidth({expr}[, {col}])			*strd
 		When {col} is omitted zero is used.  Otherwise it is the
 		screen column where to start.  This matters for Tab
 		characters.
+		The option settings of the current window are used.  This
+		matters for anything that's displayed differently, such as
+		'tabstop' and 'display'.
 		When {expr} contains characters with East Asian Width Class
 		Ambiguous, this function's return value depends on 'ambiwidth'.
 		Also see |strlen()|, |strwidth()| and |strchars()|.