summaryrefslogtreecommitdiff
path: root/src/screen.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-28 19:38:16 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-28 19:38:16 +0200
commit8e46927a32f8a9b94351962304ae4d827e5b46ff (patch)
treeacc944f0b4722c1613ee2581f06f84d4f06bc29c /src/screen.c
parent1dba0fbb7a26205d9cbf58590baefe5e669f0fc4 (diff)
downloadvim-git-8e46927a32f8a9b94351962304ae4d827e5b46ff.tar.gz
Changes for VMS. Mostly by Zoltan Arpadffy.
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 ca5827fe3..a53a9419f 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -616,7 +616,7 @@ conceal_cursor_line(wp)
* 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))
{