0
0
mirror of https://github.com/vim/vim.git synced 2025-10-03 05:14:07 -04:00

First step in the Vim 7.3 branch. Changed version numbers.

This commit is contained in:
Bram Moolenaar
2010-05-15 13:56:02 +02:00
parent 00a927d62b
commit fff2beeeaa
171 changed files with 421 additions and 1145 deletions

View File

@@ -50,6 +50,7 @@ EXTERN char_u *LineWraps INIT(= NULL); /* line wraps to next line */
* 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 */