comparison 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
comparison
equal deleted inserted replaced
2487:7ec9ada2cd81 2488:def0e3934129
1 *version7.txt* For Vim version 7.3d. Last change: 2010 Aug 01 1 *version7.txt* For Vim version 7.3d. Last change: 2010 Aug 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *vim7* *version-7.0* *version7.0* 6 *vim7* *version-7.0* *version7.0*
7299 In Visual mode with 'showcmd' display the number of bytes and characters. 7299 In Visual mode with 'showcmd' display the number of bytes and characters.
7300 7300
7301 Allow synIDattr() getting GUI attributes when build without GUI. (Matt 7301 Allow synIDattr() getting GUI attributes when build without GUI. (Matt
7302 Wozniski) 7302 Wozniski)
7303 7303
7304 Support completion for ":find". (Nazri Ramliy) 7304 Support completion for ":find". Add test 73. (Nazri Ramliy)
7305 7305
7306 Command line completion for :ownsyntax and :setfiletype. (Dominique Pelle) 7306 Command line completion for :ownsyntax and :setfiletype. (Dominique Pelle)
7307 7307
7308 Command line completion for :lmap and :lunmap. 7308 Command line completion for :lmap and :lunmap.
7309 7309
10092 memory access error. 10092 memory access error.
10093 10093
10094 Fix: terminal title not properly restored when there are multi-byte 10094 Fix: terminal title not properly restored when there are multi-byte
10095 characters. (partly by James Vega) 10095 characters. (partly by James Vega)
10096 10096
10097 Set 'wrapscan' when checking the .po files. (Mike Williams)
10098
10099 Win32: Put quotes around the gvim.exe path for the "Open with" menu entry.
10100
10097 10101
10098 vim:tw=78:ts=8:ft=help:norl: 10102 vim:tw=78:ts=8:ft=help:norl: