summaryrefslogtreecommitdiff
path: root/src/screen.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2004-10-24 19:18:58 +0000
committerBram Moolenaar <Bram@vim.org>2004-10-24 19:18:58 +0000
commit009b2592f7488286f286484b7f389e36fffa4bd9 (patch)
treec73d489697594d2c1216168f9bfb8763caed31f7 /src/screen.c
parent47136d70fafd8b101965b8d3d4bb72f5fe7dc231 (diff)
downloadvim-git-009b2592f7488286f286484b7f389e36fffa4bd9.tar.gz
updated for version 7.0020
Diffstat (limited to 'src/screen.c')
-rw-r--r--src/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c
index 70f9dd766..68f6da1ae 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -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 */