comparison src/proto/screen.pro @ 13876:156ebdcb8ef5 v8.0.1809

patch 8.0.1809: various typos commit https://github.com/vim/vim/commit/b9464821901623f983528acaed9e4dc2cea7387b Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 10 15:09:49 2018 +0200 patch 8.0.1809: various typos Problem: Various typos. Solution: Correct the mistakes, change "cursur" to "cursor". (closes https://github.com/vim/vim/issues/2887)
author Christian Brabandt <cb@256bit.org>
date Thu, 10 May 2018 15:15:04 +0200
parents c415cdd49ea4
children 81e8e6181aeb
comparison
equal deleted inserted replaced
13875:a5ac84b6339e 13876:156ebdcb8ef5
10 void redraw_after_callback(int call_update_screen); 10 void redraw_after_callback(int call_update_screen);
11 void redrawWinline(linenr_T lnum, int invalid); 11 void redrawWinline(linenr_T lnum, int invalid);
12 void update_curbuf(int type); 12 void update_curbuf(int type);
13 int update_screen(int type_arg); 13 int update_screen(int type_arg);
14 int conceal_cursor_line(win_T *wp); 14 int conceal_cursor_line(win_T *wp);
15 void conceal_check_cursur_line(void); 15 void conceal_check_cursor_line(void);
16 void update_single_line(win_T *wp, linenr_T lnum); 16 void update_single_line(win_T *wp, linenr_T lnum);
17 void update_debug_sign(buf_T *buf, linenr_T lnum); 17 void update_debug_sign(buf_T *buf, linenr_T lnum);
18 void updateWindow(win_T *wp); 18 void updateWindow(win_T *wp);
19 int screen_get_current_line_off(void); 19 int screen_get_current_line_off(void);
20 void screen_line(int row, int coloff, int endcol, int clear_width, int rlflag); 20 void screen_line(int row, int coloff, int endcol, int clear_width, int rlflag);