mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Some version corrections in the vim page
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7629 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
2fe5051af7
commit
d1bb5db23b
@ -36,6 +36,15 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>May 26, 2006</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[jhuntwork] - Some version corrections in the vim page.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>May 25, 2006</para>
|
<para>May 25, 2006</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -99,8 +99,8 @@
|
|||||||
<!-- Removal is used instead of conversion in order for the user to be able to
|
<!-- Removal is used instead of conversion in order for the user to be able to
|
||||||
painlessly revert his UTF-8 locale choice. -->
|
painlessly revert his UTF-8 locale choice. -->
|
||||||
|
|
||||||
<screen><userinput>rm -f /usr/share/vim/vim64/tutor/tutor.{gr,pl,ru,sk}
|
<screen><userinput>rm -f /usr/share/vim/vim70/tutor/tutor.{gr,pl,ru,sk}
|
||||||
rm -f /usr/share/vim/vim64/tutor/tutor.??.*</userinput></screen>
|
rm -f /usr/share/vim/vim70/tutor/tutor.??.*</userinput></screen>
|
||||||
|
|
||||||
<para>Many users are used to using <command>vi</command> instead of
|
<para>Many users are used to using <command>vi</command> instead of
|
||||||
<command>vim</command>. To allow execution of <command>vim</command>
|
<command>vim</command>. To allow execution of <command>vim</command>
|
||||||
@ -116,7 +116,7 @@ ln -sv vim.1 /usr/share/man/man1/vi.1</userinput></screen>
|
|||||||
class="directory">/usr/share/doc/vim-&vim-version;</filename>, making
|
class="directory">/usr/share/doc/vim-&vim-version;</filename>, making
|
||||||
it consistent with the location of documentation for other packages:</para>
|
it consistent with the location of documentation for other packages:</para>
|
||||||
|
|
||||||
<screen><userinput>ln -sv ../vim/vim64/doc /usr/share/doc/vim-&vim-version;</userinput></screen>
|
<screen><userinput>ln -sv ../vim/vim70/doc /usr/share/doc/vim-&vim-version;</userinput></screen>
|
||||||
|
|
||||||
<para>If an X Window System is going to be installed on the LFS
|
<para>If an X Window System is going to be installed on the LFS
|
||||||
system, it may be necessary to recompile Vim after installing X. Vim
|
system, it may be necessary to recompile Vim after installing X. Vim
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20060525">
|
<!ENTITY version "SVN-20060526">
|
||||||
<!ENTITY releasedate "May 25, 2006">
|
<!ENTITY releasedate "May 26, 2006">
|
||||||
<!ENTITY milestone "6.2">
|
<!ENTITY milestone "6.2">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user