diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-07-29 12:09:43 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-07-29 12:09:43 +0000 |
commit | f7ea35ee2e9788c220b24da4bf77e37a05da0c00 (patch) | |
tree | 7bcaf05f9b3b4f38f9ce269e5a9289020fa22010 /chapter06 | |
parent | a7e97df78a54d7293dbb6a69c8f240372bfe4ad0 (diff) |
gvimrc isn't defined anymore in LFS.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6595 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/vim.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 6e843528c..0e2e7d81e 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -41,8 +41,7 @@ for suggested installation instructions.</para> <filename>vim-&vim-version;.tar.bz2</filename> and (optionally) <filename>vim-&vim-version;-lang.tar.gz</filename> archives into the same directory. Then, change the default locations of the -<filename>vimrc</filename> and <filename>gvimrc</filename> -configuration files to <filename +<filename>vimrc</filename> configuration file to <filename class="directory">/etc</filename>:</para> <screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h</userinput></screen> @@ -121,7 +120,7 @@ EOF</userinput></screen> <para>The <parameter>set nocompatible</parameter> makes <command>vim</command> behave in a more useful way (the default) than -the vi-compatible manner. Remove the <quote>no</quote> to keep the +the vi-compatible manner. Remove the <quote>no</quote> to keep the old <command>vi</command> behavior. The <parameter>set backspace=2</parameter> allows backspacing over line breaks, autoindents, and the start of insert. The <parameter>syntax @@ -143,9 +142,9 @@ running the following command:</para> <segmentedlist> <segtitle>Installed programs</segtitle> -<seglistitem><seg>efm_filter.pl, efm_perl.pl, ex (link to vim), less.sh, mve.awk, -pltags.pl, ref, rview (link to vim), rvim (link to vim), shtags.pl, tcltags, vi (link to vim), -view (link to vim), vim, vim132, vim2html.pl, vimdiff (link to vim), vimm, vimspell.sh, +<seglistitem><seg>efm_filter.pl, efm_perl.pl, ex (link to vim), less.sh, mve.awk, +pltags.pl, ref, rview (link to vim), rvim (link to vim), shtags.pl, tcltags, vi (link to vim), +view (link to vim), vim, vim132, vim2html.pl, vimdiff (link to vim), vimm, vimspell.sh, vimtutor, and xxd</seg></seglistitem> </segmentedlist> |