mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.2-169
This commit is contained in:
@@ -1460,8 +1460,8 @@ typedef enum
|
||||
# define PERROR(msg) perror(msg)
|
||||
#endif
|
||||
|
||||
typedef long linenr_T; /* line number type */
|
||||
typedef unsigned colnr_T; /* column number type */
|
||||
typedef long linenr_T; /* line number type */
|
||||
typedef int colnr_T; /* column number type */
|
||||
typedef unsigned short disptick_T; /* display tick type */
|
||||
|
||||
#define MAXLNUM (0x7fffffffL) /* maximum (invalid) line number */
|
||||
|
Reference in New Issue
Block a user