commit | 446b179cacfdf7cd2e77697334e9dcad7614a692 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 16:15:40 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 16:15:40 2009 +0000 |
tree | d87cd23b644847e1a6ee027650d156300f14e1f7 | |
parent | f56322c8b38c5472fa55d53ce36602bd3af7e489 [diff] [blame] |
updated for version 7.2-197
diff --git a/src/globals.h b/src/globals.h index b870962..f5df847 100644 --- a/src/globals.h +++ b/src/globals.h
@@ -960,7 +960,7 @@ ; EXTERN typebuf_T typebuf /* typeahead buffer */ #ifdef DO_INIT - = {NULL, NULL} + = {NULL, NULL, 0, 0, 0, 0, 0, 0, 0} #endif ; #ifdef FEAT_EX_EXTRA