summaryrefslogtreecommitdiffstats
path: root/runtime/doc/mbyte.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-02-17 21:18:32 +0100
committerBram Moolenaar <Bram@vim.org>2019-02-17 21:18:32 +0100
commit4c92e75dd4ddb68dd92a86dd02d53c70dd4af33a (patch)
tree854789544d45595f5bbd76e86151f5ae42488525 /runtime/doc/mbyte.txt
parenta5483448cba6997517003a22a8029f0de1007d0e (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/mbyte.txt')
-rw-r--r--runtime/doc/mbyte.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/runtime/doc/mbyte.txt b/runtime/doc/mbyte.txt
index 24fed6d7d9..a645cab124 100644
--- a/runtime/doc/mbyte.txt
+++ b/runtime/doc/mbyte.txt
@@ -14,9 +14,6 @@ For an introduction to the most common features, see |usr_45.txt| in the user
manual.
For changing the language of messages and menus see |mlang.txt|.
-{not available when compiled without the |+multi_byte| feature}
-
-
1. Getting started |mbyte-first|
2. Locale |mbyte-locale|
3. Encoding |mbyte-encoding|
@@ -44,16 +41,6 @@ features. Unfortunately, every system has its own way to deal with multibyte
languages and it is quite complicated.
-COMPILING
-
-If you already have a compiled Vim program, check if the |+multi_byte| feature
-is included. The |:version| command can be used for this.
-
-If +multi_byte is not included, you should compile Vim with "normal", "big" or
-"huge" features. You can further tune what features are included. See the
-INSTALL files in the source directory.
-
-
LOCALE
First of all, you must make sure your current locale is set correctly. If