mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
vim-patch:8.1.2366: using old C style comments
Problem: Using old C style comments.
Solution: Use // comments where appropriate.
9bf703d46a
This commit is contained in:
@@ -33,11 +33,11 @@ SHAPE_HOR = 1, ///< horizontal bar cursor
|
||||
SHAPE_VER = 2 ///< vertical bar cursor
|
||||
} CursorShape;
|
||||
|
||||
#define MSHAPE_NUMBERED 1000 /* offset for shapes identified by number */
|
||||
#define MSHAPE_HIDE 1 /* hide mouse pointer */
|
||||
#define MSHAPE_NUMBERED 1000 // offset for shapes identified by number
|
||||
#define MSHAPE_HIDE 1 // hide mouse pointer
|
||||
|
||||
#define SHAPE_MOUSE 1 /* used for mouse pointer shape */
|
||||
#define SHAPE_CURSOR 2 /* used for text cursor shape */
|
||||
#define SHAPE_MOUSE 1 // used for mouse pointer shape
|
||||
#define SHAPE_CURSOR 2 // used for text cursor shape
|
||||
|
||||
typedef struct cursor_entry {
|
||||
char *full_name; ///< mode description
|
||||
|
Reference in New Issue
Block a user