comparison runtime/doc/version7.txt @ 2560:84ba6293f9d7 vim73

Preparations for 7.3f release.
author Bram Moolenaar <bram@vim.org>
date Fri, 13 Aug 2010 22:05:54 +0200
parents a89f8c036bc5
children 1851bce339fc
comparison
equal deleted inserted replaced
2559:7850c8c12347 2560:84ba6293f9d7
1 *version7.txt* For Vim version 7.3f. Last change: 2010 Aug 08 1 *version7.txt* For Vim version 7.3f. Last change: 2010 Aug 13
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*
10124 Disallow setting 'ambiwidth' to "double" when 'listchars' or 'fillchars' 10124 Disallow setting 'ambiwidth' to "double" when 'listchars' or 'fillchars'
10125 contains a character that would become double width. 10125 contains a character that would become double width.
10126 10126
10127 Set 'wrapscan' when checking the .po files. (Mike Williams) 10127 Set 'wrapscan' when checking the .po files. (Mike Williams)
10128 10128
10129 Fixed: using expression in command line may cause a crash.
10130
10131 Avoid warnings from the clang compiler. (Dominique Pelle)
10132
10133 Fix: Include wchar.h in charset.c for towupper().
10134
10129 10135
10130 vim:tw=78:ts=8:ft=help:norl: 10136 vim:tw=78:ts=8:ft=help:norl: