mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 08:56:29 +00:00
nsmarks: initial commit
This commit is contained in:
@@ -14,6 +14,10 @@ typedef int colnr_T;
|
||||
enum { MAXLNUM = 0x7fffffff };
|
||||
/// Maximal column number, 31 bits
|
||||
enum { MAXCOL = 0x7fffffff };
|
||||
// Minimum line number
|
||||
enum { MINLNUM = 1 };
|
||||
// minimum column number
|
||||
enum { MINCOL = 1 };
|
||||
|
||||
/*
|
||||
* position in file or buffer
|
||||
|
Reference in New Issue
Block a user