|
@@ -40,6 +40,12 @@ echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h</userinput><
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/usr --enable-multibyte</userinput></screen>
|
|
<screen><userinput>./configure --prefix=/usr --enable-multibyte</userinput></screen>
|
|
|
|
|
|
|
|
+<para>The optional <userinput>--enable-multibyte</userinput> switch
|
|
|
|
+includes multibyte editing support into
|
|
|
|
+vim. It is only needed for those people who ignore our recommendation not to
|
|
|
|
+use LFS in locales with multibyte character sets, but it does not hurt
|
|
|
|
+others.</para>
|
|
|
|
+
|
|
<para>Compile the package:</para>
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
<screen><userinput>make</userinput></screen>
|
|
<screen><userinput>make</userinput></screen>
|
|
@@ -99,6 +105,11 @@ backspacing over line breaks, autoindents and the start of insert. The
|
|
<emphasis>syntax on</emphasis> enables <command>vim</command>'s
|
|
<emphasis>syntax on</emphasis> enables <command>vim</command>'s
|
|
semantic coloring.</para>
|
|
semantic coloring.</para>
|
|
|
|
|
|
|
|
+<para>Documentation for other available options can be obtained by running
|
|
|
|
+the following command:</para>
|
|
|
|
+
|
|
|
|
+<screen><userinput>vim -c ':options'</userinput></screen>
|
|
|
|
+
|
|
</sect2>
|
|
</sect2>
|
|
|
|
|
|
|
|
|
|
@@ -176,7 +187,9 @@ remote terminal.</para>
|
|
|
|
|
|
<indexterm zone="ch-system-vim vimspell.sh"><primary sortas="b-vimspell.sh">vimspell.sh</primary></indexterm>
|
|
<indexterm zone="ch-system-vim vimspell.sh"><primary sortas="b-vimspell.sh">vimspell.sh</primary></indexterm>
|
|
<para id="vimspell.sh"><command>vimspell.sh</command> is a script which spells a file and generates the syntax
|
|
<para id="vimspell.sh"><command>vimspell.sh</command> is a script which spells a file and generates the syntax
|
|
-statements necessary to highlight in vim.</para>
|
|
|
|
|
|
+statements necessary to highlight in vim.
|
|
|
|
+This script requires the old Unix <command>spell</command> command,
|
|
|
|
+which is provided neither in LFS nor in BLFS.</para>
|
|
|
|
|
|
<indexterm zone="ch-system-vim vimtutor"><primary sortas="b-vimtutor">vimtutor</primary></indexterm>
|
|
<indexterm zone="ch-system-vim vimtutor"><primary sortas="b-vimtutor">vimtutor</primary></indexterm>
|
|
<para id="vimtutor"><command>vimtutor</command> teaches you the basic keys and commands
|
|
<para id="vimtutor"><command>vimtutor</command> teaches you the basic keys and commands
|