mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
vim-patch:8.0.1480: patch missing change
Problem: Patch missing change.
Solution: Add missing change.
0562532c2e
This commit is contained in:
@@ -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';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user