From b23c33872aa46de39bdc2cd2cbded697afa6ad08 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 31 Jan 2005 19:09:12 +0000 Subject: updated for version 7.0046 --- src/gui.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gui.c') diff --git a/src/gui.c b/src/gui.c index ec3af2812..572e330f3 100644 --- a/src/gui.c +++ b/src/gui.c @@ -317,6 +317,12 @@ gui_init() return; } + /* + * Reset 'paste'. It's useful in the terminal, but not in the GUI. It + * breaks the Paste toolbar button. + */ + set_option_value((char_u *)"paste", 0L, NULL, 0); + /* * Set up system-wide default menus. */ -- cgit v1.2.1