To: vim-dev@vim.org Subject: Patch 6.1.083 Fcc: outbox From: Bram Moolenaar MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1.083 Problem: When $LANG is "sk" or "sk_sk", the Slovak menu file isn't found. (Martin Lacko) Solution: Guess the right menu file based on the system. Files: runtime/lang/menu_sk_sk.vim *** ../vim61.082/runtime/lang/menu_sk_sk.vim Sat Jun 1 19:41:16 2002 --- runtime/lang/menu_sk_sk.vim Sat Jun 1 19:33:18 2002 *************** *** 0 **** --- 1,9 ---- + " Menu Translations: Slovak + " Translated By: Martin Lacko + " Last Change: 2002 May 27 + + if has("win32") || has("win16") || has("dos16") || has("dos32") + source :p:h/menu_sk_sk.1250.vim + else + source :p:h/menu_sk_sk.iso_8859-2.vim + endif *** ../vim61.082/src/version.c Tue May 28 17:03:25 2002 --- src/version.c Sat Jun 1 19:35:19 2002 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 83, /**/ -- hundred-and-one symptoms of being an internet addict: 82. AT&T names you Customer of the Month for the third consecutive time. /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ /// Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim \\\ \\\ Project leader for A-A-P -- http://www.a-a-p.org /// \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///