comparison runtime/doc/version7.txt @ 2524:aa7ac7a26620 vim73

Update version info in help files.
author Bram Moolenaar <bram@vim.org>
date Sun, 08 Aug 2010 21:15:53 +0200
parents 1e5bc1cdec13
children a89f8c036bc5
comparison
equal deleted inserted replaced
2523:0dffdd8f8871 2524:aa7ac7a26620
1 *version7.txt* For Vim version 7.3e. Last change: 2010 Aug 04 1 *version7.txt* For Vim version 7.3e. Last change: 2010 Aug 08
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". Add test 73. (Nazri Ramliy) 7304 Support completion for ":find". Added 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
10096 10096
10097 Set 'wrapscan' when checking the .po files. (Mike Williams) 10097 Set 'wrapscan' when checking the .po files. (Mike Williams)
10098 10098
10099 Win32: Put quotes around the gvim.exe path for the "Open with" menu entry. 10099 Win32: Put quotes around the gvim.exe path for the "Open with" menu entry.
10100 10100
10101 On MS-Windows sometimes files with number 4913 or higher are left behind.
10102
10103 'suffixesadd' was used for finding tags file.
10104
10105 Removed unused code.
10106
10107 Improved positioning of combining characters in GTK.
10108
10109 Made test 11 pass when there is no gzip program. (John Beckett)
10110
10111 Changed readfile() to ignore byte order marks, unless in binary mode.
10112
10113 On MS-Windows completion of shell commands didn't work.
10114
10115 An unprintable multi-byte character at the start of the screen line caused the
10116 following text to be drawn at the wrong position.
10117
10118 Got ml_get errors when using undo with 'virtualedit'.
10119
10120 Call gui_mch_update() before triggering GuiEnter autocmd. (Ron Aaron)
10121
10122 Unix "make install" installed a few Amiga .info files.
10123
10124 Disallow setting 'ambiwidth' to "double" when 'listchars' or 'fillchars'
10125 contains a character that would become double width.
10126
10127 Set 'wrapscan' when checking the .po files. (Mike Williams)
10128
10101 10129
10102 vim:tw=78:ts=8:ft=help:norl: 10130 vim:tw=78:ts=8:ft=help:norl: