summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-04 22:43:20 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-04 22:43:20 +0000
commita65576059ffd417d98091029f400bc931b4251ca (patch)
treec62a52fa84d4e3bc8d5b374d4aad0499e87d8b56 /src/globals.h
parent41cabdadc280c26b06752be6606b0cc39845dafc (diff)
updated for version 7.0193
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/globals.h b/src/globals.h
index 82c42b2b65..83b62674e1 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -105,8 +105,8 @@ EXTERN colnr_T dollar_vcol INIT(= 0);
* Variables for Insert mode completion.
*/
-/* length of the text being completed (this is deleted to be replaced by the
- * match) */
+/* Length in bytes of the text being completed (this is deleted to be replaced
+ * by the match.) */
EXTERN int compl_length INIT(= 0);
/* Set when character typed while looking for matches and it means we should