vim-patch:8.0.1480: patch missing change

Problem:    Patch missing change.
Solution:   Add missing change.
0562532c2e
This commit is contained in:
Jan Edmund Lazo
2019-06-23 22:00:22 -04:00
parent 287f7a46a4
commit 162bc62f56

View File

@@ -143,7 +143,7 @@ char *get_mode(void)
}
if (ins_compl_active()) {
buf[1] = 'c';
} else if (ctrl_x_mode == 1) {
} else if (ctrl_x_mode_not_defined_yet()) {
buf[1] = 'x';
}
}