annotate runtime/lang/menu_chinese(taiwan)_taiwan.950.vim @ 31952:360efef7e5df
v9.0.1308
patch 9.0.1308: the code for setting options is too complicated
Commit: https://github.com/vim/vim/commit/1a6476428f63e9fa0c2cbea296e475e60363af11
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Tue Feb 14 13:07:18 2023 +0000
patch 9.0.1308: the code for setting options is too complicated
Problem: The code for setting options is too complicated.
Solution: Refactor the code for setting options. (Yegappan Lakshmanan,
closes #11989)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Tue, 14 Feb 2023 14:15:05 +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
|