Cleanup: Refactor option_table_T.number: long --> int.

This commit is contained in:
Eliseo Martínez
2015-01-11 10:29:17 +01:00
parent d600c8fbb1
commit 28e75d4c45
2 changed files with 6 additions and 8 deletions

View File

@@ -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;