diff options
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/globals.h b/src/globals.h index 82c42b2b6..83b62674e 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 |