comparison runtime/doc/version7.txt @ 587:3686831cf3da v7.0166

updated for version 7.0166
author vimboss
date Sat, 10 Dec 2005 20:23:46 +0000
parents 90ee46d7f492
children 36071a92cb76
comparison
equal deleted inserted replaced
586:86379a738de4 587:3686831cf3da
1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Dec 07 1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Dec 09
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
629 few more important commands. Used ideas from Gabriel Zachmann. 629 few more important commands. Used ideas from Gabriel Zachmann.
630 630
631 Unix: When libcall() fails obtain an error message with dlerror() and display 631 Unix: When libcall() fails obtain an error message with dlerror() and display
632 it. (Johannes Zellner) 632 it. (Johannes Zellner)
633 633
634 Mac and Cygwin: When editing an existing file make the file name the same case
635 of the edited file. Thus when typing ":e os_UNIX.c" the file name becomes
636 "os_unix.c".
637
634 Added "nbsp" in 'listchars'. (David Blanchet) 638 Added "nbsp" in 'listchars'. (David Blanchet)
635 639
636 Added the "acwrite" value for the 'buftype' option. This is for a buffer that 640 Added the "acwrite" value for the 'buftype' option. This is for a buffer that
637 does not have a name that refers to a file and is written with BufWriteCmd 641 does not have a name that refers to a file and is written with BufWriteCmd
638 autocommands. 642 autocommands.