Changeset c407f99 in clfs-sysroot


Ignore:
Timestamp:
Jan 31, 2009, 8:48:25 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
4062a34
Parents:
ef88672
Message:

Formatting update on the vim page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/vim.xml

    ref88672 rc407f99  
    2020    <para>The Vim package contains a powerful text editor.</para>
    2121
    22     <tip>
     22  </sect2>
     23
     24  <sect2 role="installation">
     25    <title>Installation of Vim</title>
     26
     27    <tip os="t1">
    2328      <title>Alternatives to Vim</title>
    2429
     
    2934    </tip>
    3035
    31   </sect2>
    32 
    33   <sect2 role="installation">
    34     <title>Installation of Vim</title>
    35 
    3636    <para os="a">First, unpack both <filename>vim-&vim-version;.tar.bz2</filename>
    3737    and (optionally) <filename>vim-&vim-version;-lang.tar.gz</filename>
     
    4747    the following command:</para>
    4848
    49 <screen os="cc2"><userinput>echo "vim_cv_getcwd_broken=no" &gt; src/auto/config.cache
    50 echo "vim_cv_memmove_handles_overlap=yes" &gt;&gt; src/auto/config.cache
    51 echo "vim_cv_stat_ignores_slash=no" &gt;&gt; src/auto/config.cache
    52 echo "vim_cv_terminfo=yes" &gt;&gt; src/auto/config.cache
    53 echo "vim_cv_tgent=zero" &gt;&gt; src/auto/config.cache
    54 echo "vim_cv_toupper_broken=no" &gt;&gt; src/auto/config.cache
    55 echo "vim_cv_tty_group=world" &gt;&gt; src/auto/config.cache
    56 echo "ac_cv_sizeof_int=4" &gt;&gt; src/auto/config.cache</userinput></screen>
     49<screen os="cc2"><userinput>cat &gt; src/auto/config.cache &lt;&lt; EOF
     50vim_cv_getcwd_broken=no
     51vim_cv_memmove_handles_overlap=yes
     52vim_cv_stat_ignores_slash=no
     53vim_cv_terminfo=yes
     54vim_cv_tgent=zero
     55vim_cv_toupper_broken=no
     56vim_cv_tty_group=world
     57ac_cv_sizeof_int=4
     58EOF</userinput></screen>
    5759
    5860    <para os="b">Change the default location of
Note: See TracChangeset for help on using the changeset viewer.