mirror of
https://github.com/vim/vim.git
synced 2026-04-21 03:12:19 +02:00
This reverts commits: -6b652a7850-2f689d5abd-a025a46d41Several email addresses that are known to be valid caused bounces due to an issue with my email setup. The previous commits incorrectly marked these addresses as invalid. So revert the whole thing again. Signed-off-by: Christian Brabandt <cb@256bit.org>
17 lines
484 B
VimL
17 lines
484 B
VimL
" Menu Translations: UK English
|
|
" Maintainer: Mike Williams <mrw@eandem.co.uk>
|
|
" Last Change: 2003 Feb 10
|
|
|
|
" Quit when menu translations have already been done.
|
|
if exists("did_menu_trans")
|
|
finish
|
|
endif
|
|
let did_menu_trans = 1
|
|
|
|
" Note: there is no "scriptencoding" command here, all encodings should be
|
|
" able to handle ascii characters without conversion.
|
|
|
|
" Convert from American to UK spellings.
|
|
menutrans C&olor\ Scheme C&olour\ Scheme
|
|
menutrans Co&lor\ test Co&lour\ test
|