Changeset 5897639 for chapter06/vim.xml
- Timestamp:
- 05/03/2017 09:28:38 PM (6 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 8.1, 8.1-rc1, 8.1-rc2, 8.2, 8.2-rc1, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, arm, cross-chap5, ml-11.0, multilib, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 427a460
- Parents:
- 22c4f87
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter06/vim.xml
r22c4f87 r5897639 129 129 130 130 " End /etc/vimrc</literal> 131 EOF</userinput></screen> 131 EOF 132 133 touch ~/.vimrc</userinput></screen> 132 134 133 135 <para>The <parameter>set nocompatible</parameter> setting makes … … 145 147 black background of these programs.</para> 146 148 149 <para>Creating an empty <filename>~/.vimrc</filename> prevents vim from 150 overriding settings in <filename>/etc/vimrc</filename> by using 151 <filename>/usr/share/vim/vim80/defaults.vim</filename>.</para> 152 147 153 <para>Documentation for other available options can be obtained by 148 154 running the following command:</para>
Note:
See TracChangeset
for help on using the changeset viewer.