mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
updated for version 7.2b-014
This commit is contained in:
@@ -843,6 +843,12 @@ err:
|
||||
}
|
||||
}
|
||||
|
||||
#ifndef FEAT_WINDOWS
|
||||
int win_valid(win_T *w) { return TRUE; }
|
||||
int win_count() { return 1; }
|
||||
win_T *win_find_nr(int n) { return curwin; }
|
||||
#endif
|
||||
|
||||
XS(XS_VIM_Msg);
|
||||
XS(XS_VIM_SetOption);
|
||||
XS(XS_VIM_DoCommand);
|
||||
|
Reference in New Issue
Block a user