diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-23 22:40:29 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-23 22:40:29 +0000 |
commit | 4a85b4156098a30daf5b15a7fb7587a1c7c99f94 (patch) | |
tree | a1874218752c56897f955c24b012836b8c9e80f8 /runtime/doc/version7.txt | |
parent | eb3593b38b7b6b658e93ad05d6caf76d58cc0c35 (diff) | |
download | vim-4a85b4156098a30daf5b15a7fb7587a1c7c99f94.zip |
updated for version 7.0e07
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 1a82a1dd7..de6bc0c49 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1,4 +1,4 @@ -*version7.txt* For Vim version 7.0e. Last change: 2006 Apr 22 +*version7.txt* For Vim version 7.0e. Last change: 2006 Apr 23 VIM REFERENCE MANUAL by Bram Moolenaar @@ -775,6 +775,7 @@ New and extended functions: ~ |mkdir()| create a directory |printf()| format text |pumvisible()| check whether the popup menu is displayed +|pushkeys()| put characters in the typeahead buffer |range()| generate a List with numbers |readfile()| read a file into a list of lines |reltime()| get time value, possibly relative @@ -2595,4 +2596,7 @@ Fixed a few leaks and wrong pointer use reported by coverity. When showing menus the mode character was sometimes wrong. +Added pushkeys(). (Yakov Lerner) + + vim:tw=78:ts=8:ft=help:norl: |