diff options
Diffstat (limited to 'src/netbeans.c')
-rw-r--r-- | src/netbeans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netbeans.c b/src/netbeans.c index a2c57fc98..d183e498e 100644 --- a/src/netbeans.c +++ b/src/netbeans.c @@ -3355,7 +3355,7 @@ get_off_or_lnum(buf_T *buf, char_u **argp) /* - * Convert lnum,col to character offset + * Convert (lnum,col) to byte offset in the file. */ static long pos2off(buf_T *buf, pos_T *pos) |