annotate runtime/lang/menu_chinese(taiwan)_taiwan.950.vim @ 8126:0aa9cb77a8dd
v7.4.1357
commit https://github.com/vim/vim/commit/132006c3d0f87dbda5f4d5410fcce312e4716f72
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Feb 19 22:38:15 2016 +0100
patch 7.4.1357
Problem: Error for returning value from void function.
Solution: Don't do that.
author |
Christian Brabandt <cb@256bit.org> |
date |
Fri, 19 Feb 2016 22:45: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
|