mirror of
https://github.com/neovim/neovim.git
synced 2026-09-25 06:52:06 +00:00
vim-patch:8.0.1480: patch missing change
Problem: Patch missing change. Solution: Add missing change. https://github.com/vim/vim/commit/0562532c2eee6205d225aa1dc7e3e89af0dfd990
This commit is contained in:
+1
-1
@@ -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