commit | 01dd60cb9156c4a361558995323c018d2ead7ad1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 24 14:24:48 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 24 14:24:48 2008 +0000 |
tree | 291fbef29826e7a1ae970a557cf2aae9ecdab7c6 | |
parent | 688e5f7ee7e9384494e9c16ae48c512980c54e4f [diff] [blame] |
updated for version 7.2b-014
diff --git a/src/if_perl.xs b/src/if_perl.xs index a6994f6..5b0449a 100644 --- a/src/if_perl.xs +++ b/src/if_perl.xs
@@ -843,6 +843,12 @@ } } +#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);