Changeset d612b9f for postlfs/editors


Ignore:
Timestamp:
05/30/2005 04:03:52 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7fe845a4
Parents:
d7ecaa6
Message:

Removed spaces from blank lines and excess spaces from the end of XML data

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4473 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
postlfs/editors
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/editors.xml

    rd7ecaa6 rd612b9f  
    1616  have been installed.</para>
    1717
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="vim.xml"/> 
    19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="emacs.xml"/> 
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nano.xml"/> 
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="vim.xml"/>
     19  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="emacs.xml"/>
     20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nano.xml"/>
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="joe.xml"/>
    22   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ed.xml"/> 
    23   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="others.xml"/> 
     22  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ed.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="others.xml"/>
    2424
    2525</chapter>
  • postlfs/editors/vim.xml

    rd7ecaa6 rd612b9f  
    8787    <xref linkend="python"/>,
    8888    <xref linkend="tcl"/>,
    89     <xref linkend="ruby"/> 
     89    <xref linkend="ruby"/>
    9090    and <xref linkend="gpm"/></para>
    9191
     
    9797    <note>
    9898      <para>If you recompile <application>Vim</application> to link against
    99       <application>X</application>, and your <application>X</application> 
     99      <application>X</application>, and your <application>X</application>
    100100      libs are not on the root partition, you will no longer have an editor
    101101      for use in emergencies. You may choose to install an additional editor,
    102102      not link <application>Vim</application> against
    103       <application>X</application>, or move the current <command>vim</command> 
     103      <application>X</application>, or move the current <command>vim</command>
    104104      executable to the <filename class="directory">/bin</filename> directory
    105105      under a different name such as <filename>vi</filename>.</para>
     
    109109
    110110<screen><userinput>tar -zxf ../vim-&vim-version;-lang.tar.gz --strip-components=1</userinput></screen>
    111    
     111
    112112    <para>Install <application>Vim</application> by running the following
    113113    commands:</para>
     
    174174        <term><command>gvim</command></term>
    175175        <listitem>
    176           <para>is the editor that runs under <application>X</application> 
     176          <para>is the editor that runs under <application>X</application>
    177177          and includes a GUI</para>
    178178          <indexterm zone="vim gvim">
Note: See TracChangeset for help on using the changeset viewer.