To: vim_dev@googlegroups.com Subject: Patch 8.2.0617 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0617 Problem: New error check triggers in Swedish menu. Solution: Insert backslash. (Mats Tegner, closes #5966) Files: runtime/lang/menu_sv_se.latin1.vim *** ../vim-8.2.0616/runtime/lang/menu_sv_se.latin1.vim 2012-05-01 21:07:48.000000000 +0200 --- runtime/lang/menu_sv_se.latin1.vim 2020-04-22 14:28:30.239556161 +0200 *************** *** 1,6 **** " Menu Translations: Swedish " Maintainer: Johan Svedberg ! " Last Change: 2012 May 01 " Quit when menu translations have already been done. if exists("did_menu_trans") --- 1,6 ---- " Menu Translations: Swedish " Maintainer: Johan Svedberg ! " Last Change: 2020 Apr 22 " Quit when menu translations have already been done. if exists("did_menu_trans") *************** *** 51,57 **** menutrans Rep&eat\. &Repetera\. menutrans Cu&t"+x Klipp\ &ut"+x menutrans &Copy"+y &Kopiera"+y ! menutrans &Paste"+gP Klistra &in"+gP menutrans Put\ &Before[p Sätt\ in\ &före[p menutrans Put\ &After]p Sätt\ in\ &efter]p menutrans &Select\ AllggVG &Markera\ alltggVG --- 51,57 ---- menutrans Rep&eat\. &Repetera\. menutrans Cu&t"+x Klipp\ &ut"+x menutrans &Copy"+y &Kopiera"+y ! menutrans &Paste"+gP Klistra\ &in"+gP menutrans Put\ &Before[p Sätt\ in\ &före[p menutrans Put\ &After]p Sätt\ in\ &efter]p menutrans &Select\ AllggVG &Markera\ alltggVG *** ../vim-8.2.0616/src/version.c 2020-04-21 22:23:10.262815187 +0200 --- src/version.c 2020-04-22 14:30:07.843326467 +0200 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 617, /**/ -- I learned the customs and mannerisms of engineers by observing them, much the way Jane Goodall learned about the great apes, but without the hassle of grooming. (Scott Adams - The Dilbert principle) /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///