diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-21 22:12:05 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-21 22:12:05 +0000 |
commit | 238a564935abe36832b267f32b5487556c640d00 (patch) | |
tree | 7ee3f4d9279f73945f1069e7f6a9b1b059658b27 /runtime/doc/version7.txt | |
parent | 8f7fd65b249e9680866dab628622fe093ac2abc9 (diff) | |
download | vim-git-238a564935abe36832b267f32b5487556c640d00.tar.gz |
updated for version 7.0203v7.0203
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 7f93bcfba..4d9fd51c1 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1,4 +1,4 @@ -*version7.txt* For Vim version 7.0aa. Last change: 2006 Feb 18 +*version7.txt* For Vim version 7.0aa. Last change: 2006 Feb 21 VIM REFERENCE MANUAL by Bram Moolenaar @@ -654,6 +654,8 @@ New Keymaps: ~ Sinhala (Sri Lanka) (Harshula Jayasuriya) +Tamil in TSCII encoding (Yegappan Lakshmanan) + New message translations: ~ @@ -1016,6 +1018,12 @@ Insert mode completion for whole lines now also searches unloaded buffers. The colortest.vim script can now be invoked directly with ":source" or ":runtime". +The 'statusline' option and other options that support the same format can now +use these new features: +- When it starts with "%!" the value is first evaluated as an expression + before parsing the value. +- "%#HLname#" can be used to start highlighting with HLname. + ============================================================================== COMPILE TIME CHANGES *compile-changes-7* @@ -1710,4 +1718,8 @@ be written without write permission. (Julian Bridle) Motif: In diff mode dragging one scrollbar didn't update the scrollbar of the other diff'ed window. +When editing in an xterm with a different number of colors than expected the +screen would be cleared and redrawn, causing the message about the edited file +to be cleared. Now set "keep_msg" to redraw the last message. + vim:tw=78:ts=8:ft=help:norl: |