Doc: make definitions jumpable

References #3640.
This commit is contained in:
Marco Hinz 2016-02-29 16:32:08 +01:00
parent 1dd986562f
commit 888b8abeb0

View File

@ -1802,8 +1802,10 @@ cursor( {lnum}, {col} [, {off}])
cursor( {list}) Number move cursor to position in {list} cursor( {list}) Number move cursor to position in {list}
deepcopy( {expr} [, {noref}]) any make a full copy of {expr} deepcopy( {expr} [, {noref}]) any make a full copy of {expr}
delete( {fname}) Number delete file {fname} delete( {fname}) Number delete file {fname}
dictwatcheradd({dict}, {pattern}, {callback}) Start watching a dictionary dictwatcheradd( {dict}, {pattern}, {callback})
dictwatcherdel({dict}, {pattern}, {callback}) Stop watching a dictionary Start watching a dictionary
dictwatcherdel( {dict}, {pattern}, {callback})
Stop watching a dictionary
did_filetype() Number TRUE if FileType autocommand event used did_filetype() Number TRUE if FileType autocommand event used
diff_filler( {lnum}) Number diff filler lines about {lnum} diff_filler( {lnum}) Number diff filler lines about {lnum}
diff_hlID( {lnum}, {col}) Number diff highlighting at {lnum}/{col} diff_hlID( {lnum}, {col}) Number diff highlighting at {lnum}/{col}
@ -1823,7 +1825,7 @@ feedkeys( {string} [, {mode}]) Number add key sequence to typeahead buffer
filereadable( {file}) Number TRUE if {file} is a readable file filereadable( {file}) Number TRUE if {file} is a readable file
filewritable( {file}) Number TRUE if {file} is a writable file filewritable( {file}) Number TRUE if {file} is a writable file
filter( {expr}, {string}) List/Dict remove items from {expr} where filter( {expr}, {string}) List/Dict remove items from {expr} where
{string} is 0 {string} is 0
finddir( {name}[, {path}[, {count}]]) finddir( {name}[, {path}[, {count}]])
String find directory {name} in {path} String find directory {name} in {path}
findfile( {name}[, {path}[, {count}]]) findfile( {name}[, {path}[, {count}]])
@ -1905,20 +1907,22 @@ inputdialog( {p} [, {t} [, {c}]]) String like input() but in a GUI dialog
inputlist( {textlist}) Number let the user pick from a choice list inputlist( {textlist}) Number let the user pick from a choice list
inputrestore() Number restore typeahead inputrestore() Number restore typeahead
inputsave() Number save and clear typeahead inputsave() Number save and clear typeahead
inputsecret( {prompt} [, {text}]) String like input() but hiding the text inputsecret( {prompt} [, {text}])
insert( {list}, {item} [, {idx}]) List insert {item} in {list} [before {idx}] String like input() but hiding the text
insert( {list}, {item} [, {idx}])
List insert {item} in {list} [before {idx}]
invert( {expr}) Number bitwise invert invert( {expr}) Number bitwise invert
isdirectory( {directory}) Number TRUE if {directory} is a directory isdirectory( {directory}) Number TRUE if {directory} is a directory
islocked( {expr}) Number TRUE if {expr} is locked islocked( {expr}) Number TRUE if {expr} is locked
items( {dict}) List key-value pairs in {dict} items( {dict}) List key-value pairs in {dict}
jobclose({job}[, {stream}]) Number Closes a job stream(s) jobclose( {job}[, {stream}]) Number Closes a job stream(s)
jobpid({job}) Number Returns pid of a job. jobpid( {job}) Number Returns pid of a job.
jobresize({job}, {width}, {height}) jobresize( {job}, {width}, {height})
Number Resize {job}'s pseudo terminal window Number Resize {job}'s pseudo terminal window
jobsend({job}, {data}) Number Writes {data} to {job}'s stdin jobsend( {job}, {data}) Number Writes {data} to {job}'s stdin
jobstart({cmd}[, {opts}]) Number Spawns {cmd} as a job jobstart( {cmd}[, {opts}]) Number Spawns {cmd} as a job
jobstop({job}) Number Stops a job jobstop( {job}) Number Stops a job
jobwait({ids}[, {timeout}]) Number Wait for a set of jobs jobwait( {ids}[, {timeout}]) Number Wait for a set of jobs
join( {list} [, {sep}]) String join {list} items into one String join( {list} [, {sep}]) String join {list} items into one String
keys( {dict}) List keys in {dict} keys( {dict}) List keys in {dict}
len( {expr}) Number the length of {expr} len( {expr}) Number the length of {expr}
@ -1988,12 +1992,12 @@ repeat( {expr}, {count}) String repeat {expr} {count} times
resolve( {filename}) String get filename a shortcut points to resolve( {filename}) String get filename a shortcut points to
reverse( {list}) List reverse {list} in-place reverse( {list}) List reverse {list} in-place
round( {expr}) Float round off {expr} round( {expr}) Float round off {expr}
rpcnotify({channel}, {event}[, {args}...]) rpcnotify( {channel}, {event}[, {args}...])
Sends a |msgpack-rpc| notification to {channel} Sends a |msgpack-rpc| notification to {channel}
rpcrequest({channel}, {method}[, {args}...]) rpcrequest( {channel}, {method}[, {args}...])
Sends a |msgpack-rpc| request to {channel} Sends a |msgpack-rpc| request to {channel}
rpcstart({prog}[, {argv}]) Spawns {prog} and opens a |msgpack-rpc| channel rpcstart( {prog}[, {argv}]) Spawns {prog} and opens a |msgpack-rpc| channel
rpcstop({channel}) Closes a |msgpack-rpc| {channel} rpcstop( {channel}) Closes a |msgpack-rpc| {channel}
screenattr( {row}, {col}) Number attribute at screen position screenattr( {row}, {col}) Number attribute at screen position
screenchar( {row}, {col}) Number character at screen position screenchar( {row}, {col}) Number character at screen position
screencol() Number current cursor column screencol() Number current cursor column