summaryrefslogtreecommitdiffstats
path: root/src/normal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c
index c4963e6212..512b799a11 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -5659,7 +5659,7 @@ n_start_visual_mode(int c)
VIsual_reselect = TRUE;
// Corner case: the 0 position in a tab may change when going into
- // virtualedit. Recalculate curwin->w_cursor to avoid bad hilighting.
+ // virtualedit. Recalculate curwin->w_cursor to avoid bad highlighting.
if (c == Ctrl_V && (ve_flags & VE_BLOCK) && gchar_cursor() == TAB)
{
validate_virtcol();