Author: randy Date: 2007-10-16 07:02:24 -0600 (Tue, 16 Oct 2007) New Revision: 7116
Modified: trunk/BOOK/postlfs/config/vimrc.xml Log: Removed some obsolete information from the vimrc page as suggested by Chris Staub Modified: trunk/BOOK/postlfs/config/vimrc.xml =================================================================== --- trunk/BOOK/postlfs/config/vimrc.xml 2007-10-16 12:11:05 UTC (rev 7115) +++ trunk/BOOK/postlfs/config/vimrc.xml 2007-10-16 13:02:24 UTC (rev 7116) @@ -34,12 +34,10 @@ <para>The LFS book creates a basic <filename>vimrc</filename> file. In this section you'll find an attempt to enhance this file. At startup, - <command>vim</command> reads <filename>/etc/vimrc</filename> and - <filename>~/.vimrc</filename> (i.e., the global <filename>vimrc</filename> - and the user-specific one). Note that this is only true if you compiled - <application>vim</application> using LFS-3.1 onwards. Prior to this, the - global <filename>vimrc</filename> was - <filename>/usr/share/vim/vimrc</filename>.</para> + <command>vim</command> reads the global configuration file + (<filename>/etc/vimrc</filename>) as well as a user-specific file + (<filename>~/.vimrc</filename>). Either or both can be tailored to suit + the needs of your particular system.</para> <para>Here is a slightly expanded <filename>.vimrc</filename> that you can put in <filename>~/.vimrc</filename> to provide user specific effects. Of -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
