diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-06-03 11:27:19 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-06-03 11:27:19 +0000 |
commit | a2cd10ffbacbbb5f9f39e1340d071cea1f8303ee (patch) | |
tree | df3a0713ae4a913a41f3607a205cd9e53e6497b7 /chapter06/config-vim.xml | |
parent | f50aec70464ff15d6aacdae2af48a86f9c12221b (diff) |
applied Alex's commas.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1960 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/config-vim.xml')
-rw-r--r-- | chapter06/config-vim.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/config-vim.xml b/chapter06/config-vim.xml index ee4124a2f..e750963d6 100644 --- a/chapter06/config-vim.xml +++ b/chapter06/config-vim.xml @@ -1,8 +1,8 @@ <sect2><title>Configuring Vim</title> -<para>By default Vim runs in vi compatible mode. Some people might like this, +<para>By default vim runs in vi compatible mode. Some people might like this, but we have a high preference to run vim in vim mode (else we wouldn't -have included Vim in this book but the original Vi). Create the +have included vim in this book, but the original vi). Create the <filename>/root/.vimrc</filename> by running the following:</para> <para><screen><userinput>cat > /root/.vimrc << "EOF"</userinput> |