diff src/globals.h @ 2154:7c8c7c95a865 vim73

First step in the Vim 7.3 branch. Changed version numbers.
author Bram Moolenaar <bram@zimbu.org>
date Sat, 15 May 2010 13:56:02 +0200
parents 82f866f19e91
children 733f0dc510c3 f60a0c9cbe6c
line wrap: on
line diff
--- a/src/globals.h
+++ b/src/globals.h
@@ -50,6 +50,7 @@ EXTERN char_u	*LineWraps INIT(= NULL);	/
  * ScreenLinesUC[] contains the Unicode for the character at this position, or
  * NUL when the character in ScreenLines[] is to be used (ASCII char).
  * The composing characters are to be drawn on top of the original character.
+ * ScreenLinesC[0][off] is only to be used when ScreenLinesUC[off] != 0.
  * Note: These three are only allocated when enc_utf8 is set!
  */
 EXTERN u8char_T	*ScreenLinesUC INIT(= NULL);	/* decoded UTF-8 characters */