aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/vim.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r--chapter06/vim.xml18
1 files changed, 1 insertions, 17 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index 5d1e512fc..c0df3dcb3 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -50,23 +50,7 @@
<para>Prepare Vim for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr --enable-multibyte</userinput></screen>
-
- <variablelist>
- <title>The meaning of the configure options:</title>
-
- <varlistentry>
- <term><parameter>--enable-multibyte</parameter></term>
- <listitem>
- <para>This switch enables support for editing files in multibyte
- character encodings. This is needed if using a locale with a
- multibyte character set. This switch is also helpful to be able
- to edit text files initially created in Linux distributions like
- Fedora that use UTF-8 as a default character set.</para>
- </listitem>
- </varlistentry>
-
- </variablelist>
+<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
<para>Compile the package:</para>