diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/vim.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 366716f0d..c2e2df4fe 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -38,7 +38,7 @@ echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h</userinput>< <para>Now prepare Vim for compilation:</para> -<screen><userinput>./configure --prefix=/usr</userinput></screen> +<screen><userinput>./configure --prefix=/usr --enable-multibyte</userinput></screen> <para>Compile the package:</para> |