diff options
author | vimboss <devnull@localhost> | 2006-02-14 22:29:30 +0000 |
---|---|---|
committer | vimboss <devnull@localhost> | 2006-02-14 22:29:30 +0000 |
commit | 2bc36141731671139d765af729a97a44b0aea4a9 (patch) | |
tree | 5882ec62c5c5c6047021a94e74e4797139944a95 /src/netbeans.c | |
parent | 42339a50a287afb05913b01923839843dd95965b (diff) | |
download | vim-7-0197.tar.gz |
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 a2c57fc9..d183e498 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) |