annotate runtime/lang/menu_en_gb.latin1.vim @ 7366:eec1dc8ca160
v7.4.988
commit https://github.com/vim/vim/commit/40bbceee2213a6fa8fdc1d3f3920d61fb5370803
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Dec 28 22:24:41 2015 +0100
patch 7.4.988
Problem: Default test target is test49.out.
Solution: Add a build rule before including Make_all.mak.
author |
Christian Brabandt <cb@256bit.org> |
date |
Mon, 28 Dec 2015 22:30:04 +0100 |
parents |
3fc0f57ecb91 |
children |
|
rev |
line source |
7
|
1 " Menu Translations: UK English
|
|
2 " Maintainer: Mike Williams <mrw@eandem.co.uk>
|
|
3 " Last Change: 2003 Feb 10
|
|
4
|
|
5 " Quit when menu translations have already been done.
|
|
6 if exists("did_menu_trans")
|
|
7 finish
|
|
8 endif
|
|
9 let did_menu_trans = 1
|
|
10
|
|
11 " Note: there is no "scriptencoding" command here, all encodings should be
|
|
12 " able to handle ascii characters without conversion.
|
|
13
|
|
14 " Convert from American to UK spellings.
|
|
15 menutrans C&olor\ Scheme C&olour\ Scheme
|
|
16 menutrans Co&lor\ test Co&lour\ test
|