aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml11
-rw-r--r--chapter06/vim.xml7
-rw-r--r--general.ent4
3 files changed, 18 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 163754648..e3e4dabab 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,17 @@
</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>
<para>July 11, 2006</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index 245f421d5..4d67ad037 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -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
<command>vim</command>. To allow execution of <command>vim</command>
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
-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
class="directory">/usr/share/vim</filename>. The following symlink
diff --git a/general.ent b/general.ent
index 4f1235be6..c4a092129 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060711">
-<!ENTITY releasedate "July 11, 2006">
+<!ENTITY version "SVN-20060712">
+<!ENTITY releasedate "July 12, 2006">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->