mirror of
https://github.com/vim/vim.git
synced 2025-10-10 06:24:10 -04:00
updated for version 7.0061
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
extern Widget vimShell;
|
extern Widget vimShell;
|
||||||
|
|
||||||
static Widget vimForm = (Widget)0;
|
static Widget vimForm = (Widget)0;
|
||||||
static Widget textArea = (Widget)0;
|
Widget textArea = (Widget)0;
|
||||||
#ifdef FEAT_MENU
|
#ifdef FEAT_MENU
|
||||||
static Widget menuBar = (Widget)0;
|
static Widget menuBar = (Widget)0;
|
||||||
static XtIntervalId timer = 0; /* 0 = expired, otherwise active */
|
static XtIntervalId timer = 0; /* 0 = expired, otherwise active */
|
||||||
|
Reference in New Issue
Block a user