diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-07-16 20:18:37 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-07-16 20:18:37 +0000 |
commit | 21cf823a906f1f66391a145a976fdae8e98e0394 (patch) | |
tree | 5bae960027f0aefb74dc7176fd8e1509aea71200 /runtime/doc/version7.txt | |
parent | 2df6dcc596d3c79283ec9efc36425a5564a45ab5 (diff) | |
download | vim-21cf823a906f1f66391a145a976fdae8e98e0394.zip |
updated for version 7.0009
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index fd9335f9b..a1c902cf2 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1,4 +1,4 @@ -*version7.txt* For Vim version 7.0aa. Last change: 2004 Jul 11 +*version7.txt* For Vim version 7.0aa. Last change: 2004 Jul 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -170,6 +170,10 @@ it. (Johannes Zellner) Added "nbsp" in 'listchars'. (David Blanchet) +Added the "acwrite" value for the 'buftype' option. This is for a buffer that +doesn not have a name that refers to a file and is written with BufWriteCmd +autocommands. + For lisp indenting and matching parenthesis: (Sergey Khorev) - square brackets are recognized properly - #\(, #\), #\[ and #\] are recognized as character literals @@ -241,4 +245,14 @@ ignored. ":echo '-05' + 0" resulted in 5 instead of -5. Using "@:" to repeat a command line didn't work when it contains control characters. +When using file completion for a user command, it would not expand environment +variables like for a regular command with a file argument. + +'cindent': When the argument of a #define looks like a C++ class the next line +is indented too much. + +When 'comments' includes multi-byte characters inserting the middle part and +alignment may go wrong. 'cindent' also suffers from this for right-aligned +items. + vim:tw=78:ts=8:ft=help:norl: |