comparison src/gui.c @ 147:2f5a3b881ada

updated for version 7.0046
author vimboss
date Mon, 31 Jan 2005 19:09:12 +0000
parents 014ba200db86
children 8c60f65311fa
comparison
equal deleted inserted replaced
146:5cc0aca13a3f 147:2f5a3b881ada
314 { 314 {
315 --recursive; 315 --recursive;
316 clip_init(FALSE); 316 clip_init(FALSE);
317 return; 317 return;
318 } 318 }
319
320 /*
321 * Reset 'paste'. It's useful in the terminal, but not in the GUI. It
322 * breaks the Paste toolbar button.
323 */
324 set_option_value((char_u *)"paste", 0L, NULL, 0);
319 325
320 /* 326 /*
321 * Set up system-wide default menus. 327 * Set up system-wide default menus.
322 */ 328 */
323 #if defined(SYS_MENU_FILE) && defined(FEAT_MENU) 329 #if defined(SYS_MENU_FILE) && defined(FEAT_MENU)