To: vim-dev@vim.org Subject: Patch 5.6a.017 Fcc: outbox From: Bram Moolenaar ------------ Patch 5.6a.017 Problem: The "Paste" entry in popup menu for Visual, Insert and Cmdline mode is in the wrong position. (Stol) Solution: Add priority numbers for all Paste menu entries. Files: runtime/menu.vim *** ../vim-5.6a.16/runtime/menu.vim Mon Dec 27 15:24:41 1999 --- runtime/menu.vim Wed Jan 5 10:39:23 2000 *************** *** 3,9 **** " Note that ":amenu" is often used to make a menu work in all modes. " " Maintainer: Bram Moolenaar ! " Last change: 1999 Dec 27 " Make sure the '<' and 'C' flags are not included in 'cpoptions', otherwise " would not be recognized. See ":help 'cpoptions'". --- 3,9 ---- " Note that ":amenu" is often used to make a menu work in all modes. " " Maintainer: Bram Moolenaar ! " Last change: 2000 Jan 02 " Make sure the '<' and 'C' flags are not included in 'cpoptions', otherwise " would not be recognized. See ":help 'cpoptions'". *************** *** 289,297 **** vmenu 1.20 PopUp.Cu&t "*x vmenu 1.30 PopUp.&Copy "*y nmenu 1.40 PopUp.&Paste "*P`]:if col(".")!=1exe "norm l"endif ! vmenu PopUp.&Paste "-x"*P`] ! imenu PopUp.&Paste :if col(".")!=1exe 'norm "*p'elseexe 'norm "*P'endif`]a ! cmenu PopUp.&Paste * vmenu 1.50 PopUp.&Delete x amenu 1.55 PopUp.-SEP2- : vmenu 1.60 PopUp.Select\ Blockwise --- 289,297 ---- vmenu 1.20 PopUp.Cu&t "*x vmenu 1.30 PopUp.&Copy "*y nmenu 1.40 PopUp.&Paste "*P`]:if col(".")!=1exe "norm l"endif ! vmenu 1.40 PopUp.&Paste "-x"*P`] ! imenu 1.40 PopUp.&Paste :if col(".")!=1exe 'norm "*p'elseexe 'norm "*P'endif`]a ! cmenu 1.40 PopUp.&Paste * vmenu 1.50 PopUp.&Delete x amenu 1.55 PopUp.-SEP2- : vmenu 1.60 PopUp.Select\ Blockwise *** ../vim-5.6a.16/src/version.c Thu Dec 30 10:18:56 1999 --- src/version.c Wed Jan 5 12:31:32 2000 *************** *** 420,421 **** --- 420,423 ---- { /* Add new patch number below this line */ + /**/ + 17, /**/ -- hundred-and-one symptoms of being an internet addict: 38. You wake up at 3 a.m. to go to the bathroom and stop and check your e-mail on the way back to bed. --/-/---- Bram Moolenaar ---- Bram@moolenaar.net ---- Bram@vim.org ---\-\-- \ \ www.vim.org/iccf www.moolenaar.net www.vim.org / /