summaryrefslogtreecommitdiff
path: root/src/netbeans.c
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2006-02-14 22:29:30 +0000
committervimboss <devnull@localhost>2006-02-14 22:29:30 +0000
commit2bc36141731671139d765af729a97a44b0aea4a9 (patch)
tree5882ec62c5c5c6047021a94e74e4797139944a95 /src/netbeans.c
parent42339a50a287afb05913b01923839843dd95965b (diff)
downloadvim-7-0197.tar.gz
updated for version 7.0197v7.0197v7-0197
Diffstat (limited to 'src/netbeans.c')
-rw-r--r--src/netbeans.c2
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)