summaryrefslogtreecommitdiff
path: root/runtime/doc/usr_41.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-01-26 22:25:15 +0000
committerBram Moolenaar <Bram@vim.org>2006-01-26 22:25:15 +0000
commit17c7c011706af19bb736c6815375f3b67a5646fc (patch)
treef18193165ae4f561a81459393e8d18083a0cf8fb /runtime/doc/usr_41.txt
parent51156d5a87f433b72ca6f082e4a99fc91ca5a8dc (diff)
downloadvim-git-17c7c011706af19bb736c6815375f3b67a5646fc.tar.gz
updated for version 7.0188v7.0188
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r--runtime/doc/usr_41.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt
index 0df95013c..2b7331560 100644
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -747,6 +747,7 @@ Various:
exists() check if a variable, function, etc. exists
has() check if a feature is supported in Vim
getqflist() list of quickfix errors
+ getloclist() list of location list items
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
@@ -758,7 +759,8 @@ Various:
libcallnr() idem, returning a number
getreg() get contents of a register
getregtype() get type of a register
- setqflist() create a quickfix list
+ setqflist() modify a quickfix list
+ setloclist() modify a location list
setreg() set contents and type of a register
taglist() get list of matching tags