annotate runtime/lang/menu_en_gb.latin1.vim @ 26458:824fe105f5b9
v8.2.3759
patch 8.2.3759: quickfix buffer becomes hidden while still in a window
Commit: https://github.com/vim/vim/commit/78a61068cf2c83e611d954a0fb413a09ad59dc07
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Wed Dec 8 20:03:31 2021 +0000
patch 8.2.3759: quickfix buffer becomes hidden while still in a window
Problem: Quickfix buffer becomes hidden while still in a window.
Solution: Check if the closed window is the last window showing the quickfix
buffer. (Yegappan Lakshmanan, closes #9303, closes #9300)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Wed, 08 Dec 2021 21:15:03 +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
|