mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0197
This commit is contained in:
@@ -40,7 +40,7 @@ typedef struct
|
||||
typedef struct
|
||||
{
|
||||
Scheme_Type tag;
|
||||
struct window *win;
|
||||
win_T *win;
|
||||
} vim_mz_window;
|
||||
|
||||
#define INVALID_WINDOW_VALUE ((win_T *)(-1))
|
||||
|
Reference in New Issue
Block a user