comparison runtime/doc/version5.txt @ 9:4102fb4ea781 v7.0002

updated for version 7.0002
author vimboss
date Sun, 20 Jun 2004 12:51:53 +0000
parents 3fc0f57ecb91
children 4707450c2b33
comparison
equal deleted inserted replaced
8:7edf9b6e4c36 9:4102fb4ea781
1 *version5.txt* For Vim version 7.0aa. Last change: 2004 Jan 17 1 *version5.txt* For Vim version 7.0aa. Last change: 2004 Jun 16
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 Welcome to Vim Version 5.0! 6 Welcome to Vim Version 5.0!
1515 1515
1516 Menus defined in the .vimrc were removed when GUI started. 1516 Menus defined in the .vimrc were removed when GUI started.
1517 1517
1518 Crash when pasting with the mouse in insert mode. 1518 Crash when pasting with the mouse in insert mode.
1519 1519
1520 Crash whith ":unmenu *" in .gvimrc for Athena. 1520 Crash with ":unmenu *" in .gvimrc for Athena.
1521 1521
1522 "5>>" shifted 5 lines 5 times, instead of 1 time. 1522 "5>>" shifted 5 lines 5 times, instead of 1 time.
1523 1523
1524 CTRL-C when getting a prompt in ":global" didn't interrupt. 1524 CTRL-C when getting a prompt in ":global" didn't interrupt.
1525 1525
2024 the /foo/bar directory, so you can have nice mapping rhs's like ":browse so 2024 the /foo/bar directory, so you can have nice mapping rhs's like ":browse so
2025 $vim/macros". If no initial dir specified for ":browse e", can be compiled to 2025 $vim/macros". If no initial dir specified for ":browse e", can be compiled to
2026 either begin in the current directory, or that of the current buffer. (Negri 2026 either begin in the current directory, or that of the current buffer. (Negri
2027 and Kahn) 2027 and Kahn)
2028 Added the 'browsedir' option, with value "current", "last" or "buffer". Tells 2028 Added the 'browsedir' option, with value "current", "last" or "buffer". Tells
2029 wether a browse dialog starts in last used dir, dir of current buffer, or 2029 whether a browse dialog starts in last used dir, dir of current buffer, or
2030 current dir. ":browse w" is unaffected. 2030 current dir. ":browse w" is unaffected.
2031 The default menus have been changed to use the ":browse" command. 2031 The default menus have been changed to use the ":browse" command.
2032 2032
2033 2033
2034 Dialogs added *dialogs-added* 2034 Dialogs added *dialogs-added*
3665 and starts Vim on it. "make install" now also copies the tutor. 3665 and starts Vim on it. "make install" now also copies the tutor.
3666 3666
3667 In the output of ":clist" the current entry is highlighted, with the 'i' 3667 In the output of ":clist" the current entry is highlighted, with the 'i'
3668 highlighting (same as used for 'incsearch'). 3668 highlighting (same as used for 'incsearch').
3669 3669
3670 For the ":clist" command, you can scroll backwards with "b" (one screenfull), 3670 For the ":clist" command, you can scroll backwards with "b" (one screenful),
3671 "u" (half a screenfull) and "k" (one line). 3671 "u" (half a screenful) and "k" (one line).
3672 3672
3673 Multi-byte support: 3673 Multi-byte support:
3674 - X-input method for multi-byte characters. And various fixes for multi-byte 3674 - X-input method for multi-byte characters. And various fixes for multi-byte
3675 support. (Nam) 3675 support. (Nam)
3676 - Hangul input method feature: |hangul|. (Nam) 3676 - Hangul input method feature: |hangul|. (Nam)
4580 buffers, only beep and continue with the insert command. 4580 buffers, only beep and continue with the insert command.
4581 4581
4582 Dos and Win32 console: Setting t_me didn't work to get another color. Made 4582 Dos and Win32 console: Setting t_me didn't work to get another color. Made
4583 this works backwards compatible. 4583 this works backwards compatible.
4584 4584
4585 For turkish (LANG = "tr") uppercase 'i' is not an 'I'. Use ASCII uppercase 4585 For Turkish (LANG = "tr") uppercase 'i' is not an 'I'. Use ASCII uppercase
4586 translation in vim_strup() to avoid language problems. (Komur) 4586 translation in vim_strup() to avoid language problems. (Komur)
4587 4587
4588 Unix: Use usleep() or nanosleep() for mch_delay() when available. Hopefully 4588 Unix: Use usleep() or nanosleep() for mch_delay() when available. Hopefully
4589 this avoids a hangup in select(0, ..) for Solaris 2.6. 4589 this avoids a hangup in select(0, ..) for Solaris 2.6.
4590 4590
7576 7576
7577 Fixed compiling under NeXT. (Jeroen C.M. Goudswaard) 7577 Fixed compiling under NeXT. (Jeroen C.M. Goudswaard)
7578 7578
7579 optwin.vim gave an error when used in Vi compatible mode ('cpo' contains 'C'). 7579 optwin.vim gave an error when used in Vi compatible mode ('cpo' contains 'C').
7580 7580
7581 Tcl interpreter: "buffer" command didn't check for precense of an argument. 7581 Tcl interpreter: "buffer" command didn't check for presense of an argument.
7582 (Dave Bodenstab) 7582 (Dave Bodenstab)
7583 7583
7584 dosinst.c: Added checks for too long file name. 7584 dosinst.c: Added checks for too long file name.
7585 7585
7586 Amiga: a file name starting with a colon was considered absolute but it isn't. 7586 Amiga: a file name starting with a colon was considered absolute but it isn't.