diff runtime/doc/version7.txt @ 2488:def0e3934129 vim73

Preparations for 7.3d release.
author Bram Moolenaar <bram@vim.org>
date Wed, 04 Aug 2010 17:49:30 +0200
parents 9c8d603fd4d1
children 1e5bc1cdec13
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.3d.  Last change: 2010 Aug 01
+*version7.txt*  For Vim version 7.3d.  Last change: 2010 Aug 04
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -7301,7 +7301,7 @@ In Visual mode with 'showcmd' display th
 Allow synIDattr() getting GUI attributes when build without GUI.  (Matt
 Wozniski)
 
-Support completion for ":find". (Nazri Ramliy)
+Support completion for ":find".  Add test 73. (Nazri Ramliy)
 
 Command line completion for :ownsyntax and :setfiletype. (Dominique Pelle)
 
@@ -10094,5 +10094,9 @@ memory access error.
 Fix: terminal title not properly restored when there are multi-byte
 characters.  (partly by James Vega)
 
+Set 'wrapscan' when checking the .po files. (Mike Williams)
+
+Win32: Put quotes around the gvim.exe path for the "Open with" menu entry.
+
 
  vim:tw=78:ts=8:ft=help:norl: