commit | 8e46927a32f8a9b94351962304ae4d827e5b46ff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 28 19:38:16 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 28 19:38:16 2010 +0200 |
tree | acc944f0b4722c1613ee2581f06f84d4f06bc29c | |
parent | 1dba0fbb7a26205d9cbf58590baefe5e669f0fc4 [diff] [blame] |
Changes for VMS. Mostly by Zoltan Arpadffy.
diff --git a/src/screen.c b/src/screen.c index ca5827f..a53a941 100644 --- a/src/screen.c +++ b/src/screen.c
@@ -616,7 +616,7 @@ * Check if the cursor line needs to be redrawn because of 'concealcursor'. */ void -conceal_check_cursur_line_redraw() +conceal_check_cursur_line() { if (curwin->w_p_cole > 0 && conceal_cursor_line(curwin)) {