0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

Other solution for GTK not changing the locale.

This commit is contained in:
Bram Moolenaar
2010-05-21 12:04:55 +02:00
parent 218116c1d0
commit c6af8125c7
3 changed files with 7 additions and 16 deletions

View File

@@ -3775,6 +3775,9 @@ goto_tabpage(n)
goto_tabpage_tp(tp)
tabpage_T *tp;
{
/* Don't repeat a message in another tab page. */
set_keep_msg(NULL, 0);
if (tp != curtab && leave_tabpage(tp->tp_curwin->w_buffer) == OK)
{
if (valid_tabpage(tp))