diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-28 19:38:16 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-28 19:38:16 +0200 |
commit | 8e46927a32f8a9b94351962304ae4d827e5b46ff (patch) | |
tree | acc944f0b4722c1613ee2581f06f84d4f06bc29c /src/proto | |
parent | 1dba0fbb7a26205d9cbf58590baefe5e669f0fc4 (diff) | |
download | vim-git-8e46927a32f8a9b94351962304ae4d827e5b46ff.tar.gz |
Changes for VMS. Mostly by Zoltan Arpadffy.
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/screen.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/screen.pro b/src/proto/screen.pro index efaf4c6d0..be791e0c4 100644 --- a/src/proto/screen.pro +++ b/src/proto/screen.pro @@ -9,7 +9,7 @@ void redrawWinline __ARGS((linenr_T lnum, int invalid)); void update_curbuf __ARGS((int type)); void update_screen __ARGS((int type)); int conceal_cursor_line __ARGS((win_T *wp)); -void conceal_check_cursur_line_redraw __ARGS((void)); +void conceal_check_cursur_line __ARGS((void)); void update_single_line __ARGS((win_T *wp, linenr_T lnum)); void update_debug_sign __ARGS((buf_T *buf, linenr_T lnum)); void updateWindow __ARGS((win_T *wp)); |