mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
Extract cursor_shape.c from misc2.c and types/consts from structs.h
This commit is contained in:

committed by
Thiago de Arruda

parent
6089b26016
commit
1684bec635
@@ -944,11 +944,6 @@ EXTERN int stl_syntax INIT(= 0);
|
||||
EXTERN int no_hlsearch INIT(= FALSE);
|
||||
|
||||
|
||||
#ifdef CURSOR_SHAPE
|
||||
/* the table is in misc2.c, because of initializations */
|
||||
extern cursorentry_T shape_table[SHAPE_IDX_COUNT];
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Printer stuff shared between hardcopy.c and machine-specific printing code.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user