annotate runtime/lang/menu_chinese(taiwan)_taiwan.950.vim @ 19159:352b74803d3e
v8.2.0139
patch 8.2.0139: MS-Windows: default for IME is inconsistent
Commit: https://github.com/vim/vim/commit/f0764e8bb6511aa3bf1d6f52852b4284676ee661
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 20 22:05:34 2020 +0100
patch 8.2.0139: MS-Windows: default for IME is inconsistent
Problem: MS-Windows: default for IME is inconsistent.
Solution: Also make IME default enabled with MVC. (Ken Takata, closes https://github.com/vim/vim/issues/5508)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Mon, 20 Jan 2020 22:15:03 +0100 |
parents |
225cc00b2eda |
children |
|
rev |
line source |
55
|
1 " Menu Translations: Traditional Chinese (for UNIX/Big5 Windows)
|
|
2 " Last Change: 2000 Nov 11
|
|
3
|
|
4 " $LANG on Windows 95/98/NT is Chinese(Taiwan)_Taiwan.950
|
|
5 " $LANG on Windows 2000/ME is Chinese_Taiwan.950
|
|
6 " Source the other one from here.
|
|
7 source <sfile>:p:h/menu_chinese_taiwan.950.vim
|