diff runtime/doc/version7.txt @ 200:3585d1a53fa5

updated for version 7.0059
author vimboss
date Fri, 11 Mar 2005 22:49:40 +0000
parents 59fd8376545b
children 87857ffdbf46
line wrap: on
line diff
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Mar 08
+*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Mar 11
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -157,9 +157,13 @@ Translated manual pages					*new-manpage
 -----------------------
 
 The manual page of Vim and associated programs is now also available in
-Italian (translated by Antonio Colombo).  More languages will follow.
+several other languages.
+
+Italian - translated by Antonio Colombo
+Russian - translated by Vassily Ragosin
 
 The Unix Makefile installs the Italian manual pages in .../man/it/man1/.
+Other languages in similar places.
 
 
 Internal grep						*new-vimgrep*
@@ -945,4 +949,14 @@ indirectly invokes ":normal".
 Diff mode failed when $DIFF_OPTIONS was set in the environment.  Unset it
 before invoking "diff".
 
+When renaming a file is done by making a copy (accross file systems), set the
+permissions and ACL of the copy to those of the original file.
+
+Completion didn't work after ":argdo", ":windo" and ":bufdo".  Also for ":set
+&l:opt" and ":set &g:opt". (Peter Winters)
+
+When setting 'ttymouse' to "dec" in an xterm that supports the DEC mouse
+locator it doesn't work.  Now switch off the mouse before selecting another
+mouse model.
+
  vim:tw=78:ts=8:ft=help:norl: