commit | 1d2ba7fa851f988ea9eab47b7662be243f85ddfa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 14 22:29:30 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 14 22:29:30 2006 +0000 |
tree | 5882ec62c5c5c6047021a94e74e4797139944a95 | |
parent | f52c725c4739f2d3368029d67218d6cae0d87995 [diff] [blame] |
updated for version 7.0197
diff --git a/src/netbeans.c b/src/netbeans.c index a2c57fc..d183e49 100644 --- a/src/netbeans.c +++ b/src/netbeans.c
@@ -3355,7 +3355,7 @@ /* - * Convert lnum,col to character offset + * Convert (lnum,col) to byte offset in the file. */ static long pos2off(buf_T *buf, pos_T *pos)