Changeset 6a156bab for chapter08/vim.xml


Ignore:
Timestamp:
06/12/2020 04:40:07 AM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
26fec27
Parents:
ea7ec72
Message:

Mostly text updates in Chapter 8.
There are a couple of minor command changes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/vim.xml

    rea7ec72 r6a156bab  
    5555<screen><userinput remap="pre">echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h</userinput></screen>
    5656
    57 <!--    <para>Disable a test that fails:</para>
    58 
    59 <screen><userinput remap="pre">sed -i '/call/{s/split/xsplit/;s/303/492/}' src/testdir/test_recover.vim</userinput></screen>
    60 -->
    61     <para>Prepare Vim for compilation:</para>
     57    <para>Prepare vim for compilation:</para>
    6258
    6359<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
     
    6763<screen><userinput remap="make">make</userinput></screen>
    6864
    69     <para>To prepare the tests, ensure that the
    70     <systemitem class="username">tester</systemitem> user can write
    71     to the sources tree:</para>
     65    <para>To prepare the tests, ensure that user
     66    <systemitem class="username">tester</systemitem> can write
     67    to the source tree:</para>
    7268
    7369<screen><userinput remap="test">chown -Rv tester .</userinput></screen>
    7470
    75     <para>Now run the tests as the <systemitem
    76     class="username">tester</systemitem> user:</para>
     71    <para>Now run the tests as user <systemitem
     72    class="username">tester</systemitem>:</para>
    7773
    7874<screen><userinput remap="test">su tester -c "LANG=en_US.UTF-8 make -j1 test" &amp;> vim-test.log</userinput></screen>
    79 
    80 <!--<screen><userinput remap="test">LANG=en_US.UTF-8 make -j1 test &amp;&gt; vim-test.log</userinput></screen>-->
    8175
    8276    <para>The test suite outputs a lot of binary data to the screen.  This can
     
    10195done</userinput></screen>
    10296
    103     <para>By default, Vim's documentation is installed in <filename
     97    <para>By default, vim's documentation is installed in <filename
    10498    class="directory">/usr/share/vim</filename>. The following symlink
    10599    allows the documentation to be accessed via <filename
     
    110104
    111105    <para>If an X Window System is going to be installed on the LFS
    112     system, it may be necessary to recompile Vim after installing X. Vim
     106    system, it may be necessary to recompile vim after installing X. Vim
    113107    comes with a GUI version of the editor that requires X and some
    114108    additional libraries to be installed. For more information on this
    115     process, refer to the Vim documentation and the Vim installation page
     109    process, refer to the vim documentation and the vim installation page
    116110    in the BLFS book at <ulink
    117111    url="&blfs-book;postlfs/vim.html"/>.</para>
     
    158152    <command>vi</command> behavior. The <parameter>set backspace=2</parameter>
    159153    setting allows backspacing over line breaks, autoindents, and the start of
    160     insert. The <parameter>syntax on</parameter> parameter enables vim's syntax
     154    an insert. The <parameter>syntax on</parameter> parameter enables vim's syntax
    161155    highlighting.  The <parameter>set mouse=</parameter> setting enables
    162156    proper pasting of text with the mouse when working in chroot or over a
     
    166160    emulators. This gives the highlighting a better color scheme for use on the
    167161    black background of these programs.</para>
    168 <!--
    169     <para>Creating an empty <filename>~/.vimrc</filename> prevents vim from
    170     overriding settings in <filename>/etc/vimrc</filename> by using
    171     <filename>/usr/share/vim/vim80/defaults.vim</filename>.</para>
    172 -->
     162
    173163    <para>Documentation for other available options can be obtained by
    174164    running the following command:</para>
     
    177167
    178168    <note>
    179       <para>By default, Vim only installs spell files for the English language.
     169      <para>By default, vim only installs spell files for the English language.
    180170      To install spell files for your preferred language, download the
    181171      <filename>*.spl</filename> and optionally, the <filename>*.sug</filename>
Note: See TracChangeset for help on using the changeset viewer.