mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
Cleanup: Refactor option_table_T.number: long --> int.
This commit is contained in:
@@ -40,7 +40,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
const char *name;
|
||||
int hasnum;
|
||||
long number;
|
||||
int number;
|
||||
char_u *string; /* points into option string */
|
||||
int strlen;
|
||||
int present;
|
||||
|
Reference in New Issue
Block a user