summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-26 23:59:20 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-26 23:59:20 +0000
commita226a6dd9f63c28ab6d82cf895f69d3daad98801 (patch)
treeb378dd33d134dd0674bcb46b515d18a1a45f3885 /src/window.c
parenta562149de3f44a24669ce191c9d557f979da8556 (diff)
downloadvim-git-a226a6dd9f63c28ab6d82cf895f69d3daad98801.tar.gz
updated for version 7.0208
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 0c0fb30d5..fa0cc904b 100644
--- a/src/window.c
+++ b/src/window.c
@@ -3323,7 +3323,7 @@ goto_tabpage(n)
#ifdef FEAT_GUI_TABLINE
if (gui_use_tabline())
- gui_mch_set_curtab(tabpage_index(tp));
+ gui_mch_set_curtab(tabpage_index(curtab));
#endif
}