mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
Provide vi to vim man page symlinks for all languages. Closes #1811.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7656 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c800f787e9
commit
cd2f7f0340
@ -35,6 +35,17 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>July 12, 20006</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[dnicholson] - Added commands to create the vi to vim
|
||||||
|
man page symlink in all available languages. Closes ticket
|
||||||
|
#1811. Thanks to Alexander Patrakov.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>July 11, 2006</para>
|
<para>July 11, 2006</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -113,10 +113,13 @@ 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>
|
||||||
when users habitually enter <command>vi</command>, create a
|
when users habitually enter <command>vi</command>, create a
|
||||||
symlink for both the binary and the man-page:</para>
|
symlink for both the binary and the man page in the provided
|
||||||
|
languages:</para>
|
||||||
|
|
||||||
<screen><userinput>ln -sv vim /usr/bin/vi
|
<screen><userinput>ln -sv vim /usr/bin/vi
|
||||||
ln -sv vim.1 /usr/share/man/man1/vi.1</userinput></screen>
|
for L in "" fr it pl ru; do
|
||||||
|
ln -sv vim.1 /usr/share/man/$L/man1/vi.1
|
||||||
|
done</userinput></screen>
|
||||||
|
|
||||||
<para>By default, Vim's documentation is installed in <filename
|
<para>By default, Vim's documentation is installed in <filename
|
||||||
class="directory">/usr/share/vim</filename>. The following symlink
|
class="directory">/usr/share/vim</filename>. The following symlink
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20060711">
|
<!ENTITY version "SVN-20060712">
|
||||||
<!ENTITY releasedate "July 11, 2006">
|
<!ENTITY releasedate "July 12, 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