1
0
forked from aniani/vim

updated for version 7.0211

This commit is contained in:
Bram Moolenaar
2006-03-01 22:09:21 +00:00
parent e1438bb8d0
commit fd2ac767eb
24 changed files with 195 additions and 132 deletions

View File

@@ -3918,6 +3918,7 @@ check_termcode(max_offset, buf, buflen)
continue;
key_name[0] = NUL; /* no key name found yet */
key_name[1] = NUL; /* no key name found yet */
modifiers = 0; /* no modifiers yet */
#ifdef FEAT_GUI