diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-05-17 17:04:55 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-05-17 17:04:55 +0200 |
commit | b1c9198afb7ff902588b45fbe44f0760a9f48375 (patch) | |
tree | 7e7c0e76cda65cf249ff3a2d4247b0c3e765205e /src/proto/window.pro | |
parent | 03998f606a846e7995047b0356dbb9f515f5244c (diff) | |
download | vim-git-b1c9198afb7ff902588b45fbe44f0760a9f48375.tar.gz |
Vim 8.1 releasev8.1.0000
Update version number and information. Fix a couple of tests.
Diffstat (limited to 'src/proto/window.pro')
-rw-r--r-- | src/proto/window.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/window.pro b/src/proto/window.pro index e53123c55..b21b4633f 100644 --- a/src/proto/window.pro +++ b/src/proto/window.pro @@ -27,7 +27,7 @@ int may_open_tabpage(void); int make_tabpages(int maxcount); int valid_tabpage(tabpage_T *tpc); int valid_tabpage_win(tabpage_T *tpc); -void close_tabpage(tabpage_T *tpc); +void close_tabpage(tabpage_T *tab); tabpage_T *find_tabpage(int n); int tabpage_index(tabpage_T *ftp); void goto_tabpage(int n); |