diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-31 19:09:12 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-31 19:09:12 +0000 |
commit | b23c33872aa46de39bdc2cd2cbded697afa6ad08 (patch) | |
tree | 5ea25ecb55e8227f7e45c4982b1b7adf323d1f58 /src/gui.c | |
parent | 65c1b0166982f95d78106c3f0a3fac48424ba87d (diff) | |
download | vim-b23c33872aa46de39bdc2cd2cbded697afa6ad08.zip |
updated for version 7.0046
Diffstat (limited to 'src/gui.c')
-rw-r--r-- | src/gui.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -318,6 +318,12 @@ gui_init() } /* + * 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. */ #if defined(SYS_MENU_FILE) && defined(FEAT_MENU) |