comparison runtime/doc/version7.txt @ 1279:2a0291b0cf91

updated for version 7.1
author vimboss
date Sat, 12 May 2007 15:16:37 +0000
parents a49d06539452
children 18ee39301b82
comparison
equal deleted inserted replaced
1278:f9537da5e66d 1279:2a0291b0cf91
1 *version7.txt* For Vim version 7.1b. Last change: 2007 May 10 1 *version7.txt* For Vim version 7.1. Last change: 2007 May 12
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *vim7* 6 *vim7*
2433 2433
2434 Insert mode completion: Using Enter to accept the current match causes 2434 Insert mode completion: Using Enter to accept the current match causes
2435 confusion. Use CTRL-Y instead. Also, use CTRL-E to go back to the typed 2435 confusion. Use CTRL-Y instead. Also, use CTRL-E to go back to the typed
2436 text. 2436 text.
2437 2437
2438 GUI: When there are left and righ scrollbars, ":tabedit" kept them instead of 2438 GUI: When there are left and right scrollbars, ":tabedit" kept them instead of
2439 using the one that isn't needed. 2439 using the one that isn't needed.
2440 2440
2441 Using "gP" to replace al the text could leave the cursor below the last line, 2441 Using "gP" to replace al the text could leave the cursor below the last line,
2442 causing ml_get errors. 2442 causing ml_get errors.
2443 2443
2814 like on Unix). 2814 like on Unix).
2815 2815
2816 When using "double" in 'spellsuggest' when the language doesn't support sound 2816 When using "double" in 'spellsuggest' when the language doesn't support sound
2817 folding resulted in too many suggestions. 2817 folding resulted in too many suggestions.
2818 2818
2819 Win32: Dropping a shortcut on the Vim icon did't edit the referred file like 2819 Win32: Dropping a shortcut on the Vim icon didn't edit the referred file like
2820 editing it in another way would. Use fname_expand() in buf_set_name() instead 2820 editing it in another way would. Use fname_expand() in buf_set_name() instead
2821 of simply make the file name a full path. 2821 of simply make the file name a full path.
2822 2822
2823 Using feedkeys() could cause Vim to hang. 2823 Using feedkeys() could cause Vim to hang.
2824 2824
2996 Added *added-7.1* 2996 Added *added-7.1*
2997 ----- 2997 -----
2998 2998
2999 New syntax files: 2999 New syntax files:
3000 /var/log/messages (Yakov Lerner) 3000 /var/log/messages (Yakov Lerner)
3001 Autohotkey (Nikolai Weibull)
3001 AutoIt v3 (Jared Breland) 3002 AutoIt v3 (Jared Breland)
3002 Bazaar commit file "bzr". (Dmitry Vasiliev) 3003 Bazaar commit file "bzr". (Dmitry Vasiliev)
3003 Cdrdao TOC (Nikolai Weibull) 3004 Cdrdao TOC (Nikolai Weibull)
3004 Cmusrc (Nikolai Weibull) 3005 Cmusrc (Nikolai Weibull)
3006 Conary recipe (rPath Inc)
3007 Framescript (Nikolai Weibull)
3005 FreeBasic (Mark Manning) 3008 FreeBasic (Mark Manning)
3006 Hamster (David Fishburn) 3009 Hamster (David Fishburn)
3007 IBasic (Mark Manning) 3010 IBasic (Mark Manning)
3011 Initng (Elan Ruusamae)
3012 Ldapconf (Nikolai Weibull)
3013 Litestep (Nikolai Weibull)
3008 Privoxy actions file (Doug Kearns) 3014 Privoxy actions file (Doug Kearns)
3009 Streaming Descriptors "sd" (Puria Nafisi Azizi) 3015 Streaming Descriptors "sd" (Puria Nafisi Azizi)
3010 initng (Elan Ruusamae)
3011 Autohotkey (Nikolai Weibull)
3012 Framescript (Nikolai Weibull)
3013 Ldapconf (Nikolai Weibull)
3014 Litestep (Nikolai Weibull)
3015 3016
3016 New tutor files: 3017 New tutor files:
3018 Czech (Lubos Turek)
3017 Hungarian (Arpad Horvath) 3019 Hungarian (Arpad Horvath)
3018 Czech (Lubos Turek)
3019 Turkish (Serkan kkk) 3020 Turkish (Serkan kkk)
3020 utf-8 version of Greek tutor. 3021 utf-8 version of Greek tutor.
3021 utf-8 version of Russian tutor. 3022 utf-8 version of Russian tutor.
3022 utf-8 version of Slowak tutor. 3023 utf-8 version of Slowak tutor.
3023 3024
4591 Problem: Compilation error with MingW. 4592 Problem: Compilation error with MingW.
4592 Solution: Check for LPTOOLTIPTEXT to be defined. 4593 Solution: Check for LPTOOLTIPTEXT to be defined.
4593 Files: src/gui_w32.c 4594 Files: src/gui_w32.c
4594 4595
4595 4596
4597 Fixes after Vim 7.1b BETA:
4598
4599 Made the Mzscheme interface build both with old and new versions of Mzscheme,
4600 using an #ifdef. (Sergey Khorev)
4601 Mzscheme interface didn't link, missing function. Changed order of libraries
4602 in the configure script.
4603
4604 Ruby interface didn't compile on Mac. Changed #ifdef. (Kevin Ballard)
4605
4606 Patch 7.1b.001 (extra)
4607 Problem: Random text in a source file. No idea how it got there.
4608 Solution: Delete the text.
4609 Files: src/gui_w32.c
4610
4611 Patch 7.1b.002
4612 Problem: When 'maxmem' is large there can be an overflow in computations.
4613 (Thomas Wiegner)
4614 Solution: Use the same mechanism as in mch_total_mem(): first reduce the
4615 multiplier as much as possible.
4616 Files: src/memfile.c
4617
4618
4596 4619
4597 vim:tw=78:ts=8:ft=help:norl: 4620 vim:tw=78:ts=8:ft=help:norl: