summaryrefslogtreecommitdiffstats
path: root/src/change.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/change.c')
-rw-r--r--src/change.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/change.c b/src/change.c
index 07985ee62a..fcaa5708a9 100644
--- a/src/change.c
+++ b/src/change.c
@@ -186,6 +186,7 @@ check_recorded_changes(
|| (prev_lnume >= lnum && xtra != 0))
{
if (li->li_next == NULL && lnum == prev_lnum
+ && xtra == 0
&& col + 1 == (colnr_T)dict_get_number(
li->li_tv.vval.v_dict, (char_u *)"col"))
{