1
0
forked from aniani/vim

updated for version 7.0193

This commit is contained in:
Bram Moolenaar
2006-02-04 22:43:20 +00:00
parent 41cabdadc2
commit a65576059f
12 changed files with 895 additions and 303 deletions

View File

@@ -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