diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-25 21:53:48 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-25 21:53:48 +0000 |
commit | 68b76a69aa818e4220654244a4353ab43c1ae728 (patch) | |
tree | e7542f0a1a67a088cb8b01c7be4c699a8c203a81 /runtime/doc/usr_41.txt | |
parent | a88d968da127052294354dc1e7d6ce30610e66ff (diff) | |
download | vim-68b76a69aa818e4220654244a4353ab43c1ae728.zip |
updated for version 7.0064
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r-- | runtime/doc/usr_41.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index 27349896f..e765b336c 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -1,4 +1,4 @@ -*usr_41.txt* For Vim version 7.0aa. Last change: 2005 Mar 15 +*usr_41.txt* For Vim version 7.0aa. Last change: 2005 Mar 25 VIM USER MANUAL - by Bram Moolenaar @@ -723,7 +723,7 @@ Interactive: input() get a line from the user inputsecret() get a line from the user without showing it inputdialog() get a line from the user in a dialog - inputresave save and clear typeahead + inputsave() save and clear typeahead inputrestore() restore typeahead Vim server: @@ -745,7 +745,7 @@ Various: maparg() get rhs of a mapping exists() check if a variable, function, etc. exists has() check if a feature is supported in Vim - errorlist() list of quickfix errors + getqflist() list of quickfix errors cscope_connection() check if a cscope connection exists did_filetype() check if a FileType autocommand was used eventhandler() check if invoked by an event handler @@ -757,6 +757,7 @@ Various: libcallnr() idem, returning a number getreg() get contents of a register getregtype() get type of a register + setqflist() create a quickfix list setreg() set contents and type of a register taglist() get list of matching tags |