comparison runtime/doc/version7.txt @ 2461:b363a14f87d9 vim73

Minor updates for the 7.3c release.
author Bram Moolenaar <bram@vim.org>
date Sun, 01 Aug 2010 19:06:10 +0200
parents f766a1c87f69
children 150b5dbccff9
comparison
equal deleted inserted replaced
2460:b8eb7c0f74c2 2461:b363a14f87d9
1 *version7.txt* For Vim version 7.3c. Last change: 2010 Jul 25 1 *version7.txt* For Vim version 7.3c. Last change: 2010 Aug 01
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*
7221 the "Edit with Vim" context menu. 7221 the "Edit with Vim" context menu.
7222 The gvim executable is 32 bits, the installed gvimext.dll is either a 32 or 64 7222 The gvim executable is 32 bits, the installed gvimext.dll is either a 32 or 64
7223 bit version. (mostly by George Reilly) 7223 bit version. (mostly by George Reilly)
7224 Made the DOS installer work with more compilers. 7224 Made the DOS installer work with more compilers.
7225 The MS-Windows big gvim is now built with Python 2.7 and 3.1.2, Perl 5.12 and 7225 The MS-Windows big gvim is now built with Python 2.7 and 3.1.2, Perl 5.12 and
7226 Ruby 1.9.1. 7226 Ruby 1.9.1. You need the matching .dll files to use them.
7227 7227
7228 The extra and language files are no longer distributed separately. 7228 The extra and language files are no longer distributed separately.
7229 The source files for all systems are included in one distribution. 7229 The source files for all systems are included in one distribution.
7230 7230
7231 After using ":recover" or recovering a file in another way, ":x" and "ZZ" 7231 After using ":recover" or recovering a file in another way, ":x" and "ZZ"
7232 don't save what you see. This could result in work being lost. Now the text 7232 didn't save what you see. This could result in work being lost. Now the text
7233 after recovery is compared to the original file contents. When they differ 7233 after recovery is compared to the original file contents. When they differ
7234 the buffer is marked as modified. 7234 the buffer is marked as modified.
7235 7235
7236 When Vim is exiting because of a deadly signal, when v:dying is 2 or more, 7236 When Vim is exiting because of a deadly signal, when v:dying is 2 or more,
7237 VimLeavePre, VimLeave, BufWinLeave and BufUnload autocommands are not 7237 VimLeavePre, VimLeave, BufWinLeave and BufUnload autocommands are not
7250 7250
7251 Updated spell files for Ubuntu locale names. 7251 Updated spell files for Ubuntu locale names.
7252 7252
7253 Switched from autoconf 2.63 to 2.65. 7253 Switched from autoconf 2.63 to 2.65.
7254 7254
7255 Removed Mupad indent and ftplugin files, they are not useful.
7256
7255 7257
7256 Added *added-7.3* 7258 Added *added-7.3*
7257 ----- 7259 -----
7258 7260
7259 Added the 'relativenumber' option. (Markus Heidelberg) 7261 Added the 'relativenumber' option. (Markus Heidelberg)
7273 7275
7274 Support GDK_SUPER_MASK for GTK on Mac. (Stephan Schulz) 7276 Support GDK_SUPER_MASK for GTK on Mac. (Stephan Schulz)
7275 7277
7276 Made CTRL and ALT modifier work for mouse wheel. (Benjamin Haskell) 7278 Made CTRL and ALT modifier work for mouse wheel. (Benjamin Haskell)
7277 7279
7280 Added support for horizontal scroll wheel. (Bjorn Winckler)
7281
7278 When the buffer is in diff mode, have :TOhtml create HTML to show the diff 7282 When the buffer is in diff mode, have :TOhtml create HTML to show the diff
7279 side-by-side. (Christian Brabandt) 7283 side-by-side. (Christian Brabandt)
7280 7284
7281 Various improvements to ":TOhtml" and the 2html.vim script. (Benjamin Fritz) 7285 Various improvements to ":TOhtml" and the 2html.vim script. (Benjamin Fritz)
7282 7286
7297 Allow synIDattr() getting GUI attributes when build without GUI. (Matt 7301 Allow synIDattr() getting GUI attributes when build without GUI. (Matt
7298 Wozniski) 7302 Wozniski)
7299 7303
7300 Support completion for ":find". (Nazri Ramliy) 7304 Support completion for ":find". (Nazri Ramliy)
7301 7305
7302 Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used. 7306 Command line completion for :ownsyntax and :setfiletype. (Dominique Pelle)
7307
7308 Command line completion for :lmap and :lunmap.
7309
7310 Support syntax and filetype completion for user commands. (Christian Brabandt)
7311
7312 Add completion for ":ownsyntax" and improve completion for ":filetype".
7313
7314 Avoid use of the GTK main_loop() so that the GtkFileChooser can be used.
7303 (James Vega) 7315 (James Vega)
7304 7316
7305 When 'formatexpr' evaluates to non-zero fall back to internal formatting, also 7317 When 'formatexpr' evaluates to non-zero fall back to internal formatting, also
7306 for "gq". (James Vega) 7318 for "gq". (James Vega)
7307 7319
7310 Support wide file names in gvimext. (Szabolcs Horvat) 7322 Support wide file names in gvimext. (Szabolcs Horvat)
7311 7323
7312 Improve test for joining lines. (Milan Vancura) 7324 Improve test for joining lines. (Milan Vancura)
7313 Make joining a range of lines much faster. (Milan Vancura) 7325 Make joining a range of lines much faster. (Milan Vancura)
7314 7326
7315 Command line completion for :ownsyntax and :setfiletype. (Dominique Pelle)
7316
7317 Command line completion for :lmap and :lunmap.
7318
7319 Add patch to improve support of z/OS (OS/390). (Ralf Schandl) 7327 Add patch to improve support of z/OS (OS/390). (Ralf Schandl)
7320 7328
7321 Added the helphelp.txt file. Moved text from various.txt to it. 7329 Added the helphelp.txt file. Moved text from various.txt to it.
7322 7330
7323 Added "q" item for 'statusline'. Added |w:quickfix_title|. (Lech Lorens) 7331 Added "q" item for 'statusline'. Added |w:quickfix_title|. (Lech Lorens)
7324 7332
7325 Added support for horizontal scroll wheel. (Bjorn Winckler) 7333 Various improvements for VMS. (Zoltan Arpadffy)
7326 7334
7327 7335
7328 7336 New syntax files: ~
7329 New syntax files:
7330 Haskell Cabal build file (Vincent Berthoux) 7337 Haskell Cabal build file (Vincent Berthoux)
7331 ChaiScript (Jason Turner) 7338 ChaiScript (Jason Turner)
7332 Cucumber (Tim Pope) 7339 Cucumber (Tim Pope)
7333 Fantom (Kamil Toman) 7340 Fantom (Kamil Toman)
7334 Liquid (Tim Pope) 7341 Liquid (Tim Pope)
7338 SDC - Synopsys Design Constraints (Maurizio Tranchero) 7345 SDC - Synopsys Design Constraints (Maurizio Tranchero)
7339 SVG - Scalable Vector Graphics (Vincent Berthoux) 7346 SVG - Scalable Vector Graphics (Vincent Berthoux)
7340 task data (John Florian) 7347 task data (John Florian)
7341 task 42 edit (John Florian) 7348 task 42 edit (John Florian)
7342 7349
7343 New filetype plugins: 7350 New filetype plugins: ~
7344 Cucumber (Tim Pope) 7351 Cucumber (Tim Pope)
7345 Liquid (Tim Pope) 7352 Liquid (Tim Pope)
7346 Markdown (Tim Pope) 7353 Markdown (Tim Pope)
7347 Tcl (Robert L Hicks) 7354 Tcl (Robert L Hicks)
7348 7355
7349 New indent plugins: 7356 New indent plugins: ~
7350 ChaiScript (Jason Turner) 7357 ChaiScript (Jason Turner)
7351 Cucumber (Tim Pope) 7358 Cucumber (Tim Pope)
7352 CUDA (Bram Moolenaar) 7359 CUDA (Bram Moolenaar)
7353 LifeLines (Patrick Texier) 7360 LifeLines (Patrick Texier)
7354 Liquid (Tim Pope) 7361 Liquid (Tim Pope)
7355 Mail (Bram Moolenaar) 7362 Mail (Bram Moolenaar)
7356 Perl 6 (Andy Lester) 7363 Perl 6 (Andy Lester)
7357 7364
7358 Other new runtime files: 7365 Other new runtime files: ~
7359 Breton spell file (Dominique Pelle) 7366 Breton spell file (Dominique Pelle)
7360 Tutor Bairish (Sepp Hell) 7367 Tutor Bairish (Sepp Hell)
7361 Tutor in Esperanto. (Dominique Pellé) 7368 Tutor in Esperanto. (Dominique Pellé)
7362 Korean translations. (SungHyun Nam) 7369 Korean translations. (SungHyun Nam)
7363 Dvorak keymap (Ashish Shukla) 7370 Dvorak keymap (Ashish Shukla)
10062 10069
10063 Remove -arch flag from build flags for Perl. (Bjorn Wickler) 10070 Remove -arch flag from build flags for Perl. (Bjorn Wickler)
10064 10071
10065 Fix 'autochdir' not showing up in :options window. (Dominique Pelle) 10072 Fix 'autochdir' not showing up in :options window. (Dominique Pelle)
10066 10073
10074 Fix: test 69 didn't work on MS-Windows. Test 72 beeped too often.
10075
10076 Avoid illegal memory access in spell suggestion. (Dominique Pelle)
10077 Fix: crash in spell checking with a 0x300 character.
10078
10079 Avoid that running tests changes viminfo.
10080
10081 Fix: changing case of a character removed combining characters.
10082 Fixed: CTRL-R in Insert mode doesn't insert composing characters.
10083
10084 Added the WOW64 flag to OLE registration, for 64 bit Windows systems.
10085
10086 Various fixes for coverity warnings.
10087
10088 Fix compile warnings, esp. for 64-bit systems. (Mike Williams)
10089
10090 Fix: :redir to a dictionary that is changed before ":redir END" causes a
10091 memory access error.
10092
10093 Fix: terminal title not properly restored when there are multi-byte
10094 characters. (partly by James Vega)
10067 10095
10068 10096
10069 vim:tw=78:ts=8:ft=help:norl: 10097 vim:tw=78:ts=8:ft=help:norl: