diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-06-10 16:15:40 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-06-10 16:15:40 +0000 |
commit | 446b179cacfdf7cd2e77697334e9dcad7614a692 (patch) | |
tree | d87cd23b644847e1a6ee027650d156300f14e1f7 /src/globals.h | |
parent | f56322c8b38c5472fa55d53ce36602bd3af7e489 (diff) | |
download | vim-git-446b179cacfdf7cd2e77697334e9dcad7614a692.tar.gz |
updated for version 7.2-197v7.2.197
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h index b870962d4..f5df8473e 100644 --- a/src/globals.h +++ b/src/globals.h @@ -960,7 +960,7 @@ EXTERN struct buffheader stuffbuff /* stuff buffer */ ; 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 |