diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-22 22:47:02 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-22 22:47:02 +0000 |
commit | f4cd3e8074641af68bf2b6a8579c3da58f0ac013 (patch) | |
tree | e0d8399f0df9baaaff825e575da4625935c64583 /runtime/doc/version7.txt | |
parent | bb1004ee56bde6345b469568e2bdd86b54b32bf7 (diff) | |
download | vim-git-f4cd3e8074641af68bf2b6a8579c3da58f0ac013.tar.gz |
updated for version 7.0175v7.0175
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 474647d5a..0be816d52 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 Dec 19 +*version7.txt* For Vim version 7.0aa. Last change: 2005 Dec 20 VIM REFERENCE MANUAL by Bram Moolenaar @@ -916,8 +916,8 @@ then a cursor key. Now keep the previously inserted text if nothing is inserted after the CTRL-O. Allows using CTRL-O commands to move the cursor without losing the last inserted text. -The exists() function now supports checking for autocmd group definition. -(Yegappan Lakshmanan) +The exists() function now supports checking for autocmd group definition +and for supported autocommands. (Yegappan Lakshmanan) ============================================================================== COMPILE TIME CHANGES *compile-changes-7* @@ -1509,4 +1509,7 @@ When recording while a CursorHold autocommand was defined special keys would appear in the register. Now the CursorHold event is not triggered while recording. +Unix: the src/configure script used ${srcdir-.}, not all shells understand +that. Use ${srcdir:-.} instead. + vim:tw=78:ts=8:ft=help:norl: |