mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00

committed by
Thiago de Arruda

parent
1684bec635
commit
3cac32e49c
3
src/ui.c
3
src/ui.c
@@ -579,7 +579,6 @@ void read_error_exit(void) {
|
||||
preserve_exit();
|
||||
}
|
||||
|
||||
#if defined(CURSOR_SHAPE) || defined(PROTO)
|
||||
/*
|
||||
* May update the shape of the cursor.
|
||||
*/
|
||||
@@ -590,8 +589,6 @@ void ui_cursor_shape(void) {
|
||||
conceal_check_cursur_line();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#if defined(FEAT_CLIPBOARD) || defined(FEAT_GUI) || defined(FEAT_RIGHTLEFT) \
|
||||
|| defined(FEAT_MBYTE) || defined(PROTO)
|
||||
/*
|
||||
|
Reference in New Issue
Block a user