Changeset ffe4d4ae
- Timestamp:
- 10/16/2007 01:02:24 PM (16 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f9bef9e
- Parents:
- c3c4467
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/config/vimrc.xml
rc3c4467 rffe4d4ae 35 35 <para>The LFS book creates a basic <filename>vimrc</filename> file. In this 36 36 section you'll find an attempt to enhance this file. At startup, 37 <command>vim</command> reads <filename>/etc/vimrc</filename> and 38 <filename>~/.vimrc</filename> (i.e., the global <filename>vimrc</filename> 39 and the user-specific one). Note that this is only true if you compiled 40 <application>vim</application> using LFS-3.1 onwards. Prior to this, the 41 global <filename>vimrc</filename> was 42 <filename>/usr/share/vim/vimrc</filename>.</para> 37 <command>vim</command> reads the global configuration file 38 (<filename>/etc/vimrc</filename>) as well as a user-specific file 39 (<filename>~/.vimrc</filename>). Either or both can be tailored to suit 40 the needs of your particular system.</para> 43 41 44 42 <para>Here is a slightly expanded <filename>.vimrc</filename> that you can
Note:
See TracChangeset
for help on using the changeset viewer.