diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-04 17:49:30 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-04 17:49:30 +0200 |
commit | 1affd7247133a2bf74f0986e17ea71b8dc0e77cd (patch) | |
tree | 2ac5b9da75c30bab8d39ee1373541ad2bc483b95 /runtime/doc/version7.txt | |
parent | 80a7dcf8b5af473af674fb47769accc40e67cac0 (diff) | |
download | vim-1affd7247133a2bf74f0986e17ea71b8dc0e77cd.zip |
Preparations for 7.3d release.
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 307868469..8fad6ff59 100644 --- 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 the number of bytes and characters. 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: |