From e7a4523b020def00127e9b00e5afd49834792bd0 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Wed, 17 Jul 2024 20:41:48 +0200 Subject: [PATCH] runtime(doc): fix typo "a xterm" -> "an xterm" related: #15278 Signed-off-by: Christian Brabandt --- runtime/doc/mbyte.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/mbyte.txt b/runtime/doc/mbyte.txt index fcbded0ae7..f02092b810 100644 --- a/runtime/doc/mbyte.txt +++ b/runtime/doc/mbyte.txt @@ -493,7 +493,7 @@ The GUI fully supports multibyte characters. It is also possible in a terminal, if the terminal supports the same encoding that Vim uses. Thus this is less flexible. -For example, you can run Vim in a xterm with added multibyte support and/or +For example, you can run Vim in an xterm with added multibyte support and/or |XIM|. Examples are kterm (Kanji term) and hanterm (for Korean), Eterm (Enlightened terminal) and rxvt.