diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-17 22:02:20 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-17 22:02:20 +0000 |
commit | b2ec307fc6f9e43088d4c635c73b1993e1ebe711 (patch) | |
tree | f4e4baf68d188944f6b8845713b8e5ec97e5655c /runtime/doc/version7.txt | |
parent | e756604ff50151c668154e64b56f615badffee2c (diff) | |
download | vim-git-b2ec307fc6f9e43088d4c635c73b1993e1ebe711.tar.gz |
updated for version 7.0087
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 127c93a95..fa8920489 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1,4 +1,4 @@ -*version7.txt* For Vim version 7.0aa. Last change: 2005 Jun 15 +*version7.txt* For Vim version 7.0aa. Last change: 2005 Jun 17 VIM REFERENCE MANUAL by Bram Moolenaar @@ -661,6 +661,9 @@ Win32: If the user changes the setting for the number of lines a scroll wheel click scrolls it is now used immediately. Previously Vim would need to be restarted. +When using @= in an expression the value is expression @= contains. ":let @= += value" can be used to set the register contents. + ============================================================================== COMPILE TIME CHANGES *compile-changes-7* @@ -1131,4 +1134,8 @@ may cause the hit-enter prompt. Typing 'a then didn't result in the accented character. Put the character typed at the prompt back in the typeahead buffer so that mapping is done in the right mode. +setbufvar() and setwinvar() did not give error messages. + +It was possible to set a variable with an illegal name, e.g. with setbufvar(). + vim:tw=78:ts=8:ft=help:norl: |