0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

updated for version 7.0020

This commit is contained in:
Bram Moolenaar
2004-10-24 19:18:58 +00:00
parent 47136d70fa
commit 009b2592f7
33 changed files with 3218 additions and 1957 deletions

View File

@@ -2019,7 +2019,6 @@ fold_line(wp, fold_count, foldinfo, lnum, row)
pos_T *top, *bot;
linenr_T lnume = lnum + fold_count - 1;
int len;
char_u *p;
char_u *text;
int fdc;
int col;
@@ -2154,6 +2153,7 @@ fold_line(wp, fold_count, foldinfo, lnum, row)
int u8c, u8c_c1, u8c_c2;
int idx;
int c_len;
char_u *p;
# ifdef FEAT_ARABIC
int prev_c = 0; /* previous Arabic character */
int prev_c1 = 0; /* first composing char for prev_c */