1
0
forked from aniani/vim

updated for version 7.0046

This commit is contained in:
Bram Moolenaar
2005-01-31 19:09:12 +00:00
parent 65c1b01669
commit b23c33872a
11 changed files with 1841 additions and 1473 deletions

View File

@@ -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.
*/