- Timestamp:
- Aug 5, 2014, 1:39:11 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 563e1e2
- Parents:
- a63f1057
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/vim.xml
ra63f1057 r3ef83ab 66 66 <screen os="k"><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install</userinput></screen> 67 67 68 <variablelist os="l"> 69 <title>The meaning of the make option:</title> 70 71 <varlistentry> 72 <term><parameter>HELPSUBLOC=/usr/share/doc/vim-&vim-version;</parameter></term> 73 <listitem> 74 <para>Tells Vim to install its documentation into 75 <filename class="directory">/usr/share/doc/vim-&vim-version;</filename> 76 instead of 77 <filename class="directory">/usr/share/vim/vim&vim-version2;/doc</filename>.</para> 78 </listitem> 79 </varlistentry> 80 81 </variablelist> 82 83 <para os="m">Many users are accustomed to using <command>vi</command> 68 <para os="l">Many users are accustomed to using <command>vi</command> 84 69 instead of <command>vim</command>. Some programs, such as 85 70 <command>vigr</command> and <command>vipw</command>, also use … … 88 73 and allow programs that use <command>vi</command> to work:</para> 89 74 90 <screen os=" n"><userinput>ln -sv vim /usr/bin/vi</userinput></screen>91 92 <para os=" o">If an X Window System is going to be installed on the CLFS75 <screen os="m"><userinput>ln -sv vim /usr/bin/vi</userinput></screen> 76 77 <para os="n">If an X Window System is going to be installed on the CLFS 93 78 system, you may want to recompile Vim after installing X. Vim 94 79 comes with a GUI version of the editor that requires X and some -
BOOK/final-system/multilib/vim.xml
ra63f1057 r3ef83ab 90 90 xpointer="xpointer(//*[@os='n'])"/> 91 91 92 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"93 href="../common/vim.xml"94 xpointer="xpointer(//*[@os='o'])"/>95 96 92 </sect2> 97 93
Note:
See TracChangeset
for help on using the changeset viewer.