0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.0.1809: various typos

Problem:    Various typos.
Solution:   Correct the mistakes, change "cursur" to "cursor". (closes #2887)
This commit is contained in:
Bram Moolenaar
2018-05-10 15:09:49 +02:00
parent 9289df5ca9
commit b946482190
6 changed files with 8 additions and 6 deletions

View File

@@ -7797,7 +7797,7 @@ n_start_visual_mode(int c)
{
#ifdef FEAT_CONCEAL
/* Check for redraw before changing the state. */
conceal_check_cursur_line();
conceal_check_cursor_line();
#endif
VIsual_mode = c;
@@ -7824,7 +7824,7 @@ n_start_visual_mode(int c)
#endif
#ifdef FEAT_CONCEAL
/* Check for redraw after changing the state. */
conceal_check_cursur_line();
conceal_check_cursor_line();
#endif
if (p_smd && msg_silent == 0)