comparison runtime/doc/version7.txt @ 2202:f7579a31705c vim73

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Fri, 21 May 2010 12:05:36 +0200
parents 99ba9a30755a
children 54605ada811b
comparison
equal deleted inserted replaced
2201:4c6b4298852f 2202:f7579a31705c
1 *version7.txt* For Vim version 7.3a. Last change: 2010 May 14 1 *version7.txt* For Vim version 7.3a. Last change: 2010 May 14
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *vim7* 6 *vim7* *version-7.0* *version7.0*
7 Welcome to Vim 7! A large number of features has been added. This file 7 Welcome to Vim 7! A large number of features has been added. This file
8 mentions all the new items, changes to existing features and bug fixes 8 mentions all the new items, changes to existing features and bug fixes
9 since Vim 6.x. Use this command to see the version you are using: > 9 since Vim 6.x. Use this command to see the version you are using: >
10 :version 10 :version
11 11
2982 Fixed a few things for Insert mode completion, especially when typing BS, 2982 Fixed a few things for Insert mode completion, especially when typing BS,
2983 CTRL-N or a printable character while still searching for matches. 2983 CTRL-N or a printable character while still searching for matches.
2984 2984
2985 2985
2986 ============================================================================== 2986 ==============================================================================
2987 VERSION 7.1 *version-7.1* 2987 VERSION 7.1 *version-7.1* *version7.1*
2988 2988
2989 This section is about improvements made between version 7.0 and 7.1. 2989 This section is about improvements made between version 7.0 and 7.1.
2990 2990
2991 This is a bug-fix release, there are no fancy new features. 2991 This is a bug-fix release, there are no fancy new features.
2992 2992
4624 Solution: Use the same mechanism as in mch_total_mem(): first reduce the 4624 Solution: Use the same mechanism as in mch_total_mem(): first reduce the
4625 multiplier as much as possible. 4625 multiplier as much as possible.
4626 Files: src/memfile.c 4626 Files: src/memfile.c
4627 4627
4628 ============================================================================== 4628 ==============================================================================
4629 VERSION 7.2 *version-7.2* 4629 VERSION 7.2 *version-7.2* *version7.2*
4630 4630
4631 This section is about improvements made between version 7.1 and 7.2. 4631 This section is about improvements made between version 7.1 and 7.2.
4632 4632
4633 This is mostly a bug-fix release. The main new feature is floating point 4633 This is mostly a bug-fix release. The main new feature is floating point
4634 support. |Float| 4634 support. |Float|
7146 Pelle) 7146 Pelle)
7147 7147
7148 Mac: Could not build with Perl interface. 7148 Mac: Could not build with Perl interface.
7149 7149
7150 ============================================================================== 7150 ==============================================================================
7151 VERSION 7.3 *version-7.3* 7151 VERSION 7.3 *version-7.3* *version7.3*
7152 7152
7153 This section is about improvements made between version 7.2 and 7.3. 7153 This section is about improvements made between version 7.2 and 7.3.
7154 7154
7155 This is a bug-fix release and there are a few new features. 7155 This is a bug-fix release and there are a few new features.
7156 7156
7186 7186
7187 7187
7188 Fixed *fixed-7.3* 7188 Fixed *fixed-7.3*
7189 ----- 7189 -----
7190 7190
7191 When writing a file, switching tab pages and selecting a word the file write
7192 message would be displayed again. This in Insert mode and with 'cmdheight'
7193 set to 2.
7194
7195 When using ":lang" to set a locale that uses a comma for decimal separator and
7196 using GTK floating point numbers stop working. Use gtk_disable_setlocale().
7197 (James Vega)
7191 7198
7192 7199
7193 vim:tw=78:ts=8:ft=help:norl: 7200 vim:tw=78:ts=8:ft=help:norl: