summaryrefslogtreecommitdiffstats
path: root/src/normal.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-05-10 15:09:49 +0200
committerBram Moolenaar <Bram@vim.org>2018-05-10 15:09:49 +0200
commitb9464821901623f983528acaed9e4dc2cea7387b (patch)
tree74cfb66ecf3f3e81ed60168c3ca4d7ecd01c4505 /src/normal.c
parent9289df5ca9546bda0e0046a45ceb66c6bb7a838f (diff)
patch 8.0.1809: various typosv8.0.1809
Problem: Various typos. Solution: Correct the mistakes, change "cursur" to "cursor". (closes #2887)
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/normal.c b/src/normal.c
index be0e75e7e3..3b958a5b59 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -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)