comparison runtime/doc/eval.txt @ 11229:146a1e213b60

Update runtime files. Add Rust support. commit https://github.com/vim/vim/commit/3c2881dc1195f53ebafc387378399ddd6cb677a7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 21 19:18:29 2017 +0100 Update runtime files. Add Rust support.
author Christian Brabandt <cb@256bit.org>
date Tue, 21 Mar 2017 19:30:06 +0100
parents d3415ec1cdaf
children 214f228718cf
comparison
equal deleted inserted replaced
11228:641b98249145 11229:146a1e213b60
1 *eval.txt* For Vim version 8.0. Last change: 2017 Mar 18 1 *eval.txt* For Vim version 8.0. Last change: 2017 Mar 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2259 readfile({fname} [, {binary} [, {max}]]) 2259 readfile({fname} [, {binary} [, {max}]])
2260 List get list of lines from file {fname} 2260 List get list of lines from file {fname}
2261 reltime([{start} [, {end}]]) List get time value 2261 reltime([{start} [, {end}]]) List get time value
2262 reltimefloat({time}) Float turn the time value into a Float 2262 reltimefloat({time}) Float turn the time value into a Float
2263 reltimestr({time}) String turn time value into a String 2263 reltimestr({time}) String turn time value into a String
2264 remote_expr({server}, {string} [, {idvar}]) 2264 remote_expr({server}, {string} [, {idvar} [, {timeout}]])
2265 String send expression 2265 String send expression
2266 remote_foreground({server}) Number bring Vim server to the foreground 2266 remote_foreground({server}) Number bring Vim server to the foreground
2267 remote_peek({serverid} [, {retvar}]) 2267 remote_peek({serverid} [, {retvar}])
2268 Number check for reply string 2268 Number check for reply string
2269 remote_read({serverid}) String read reply string 2269 remote_read({serverid} [, {timeout}])
2270 String read reply string
2270 remote_send({server}, {string} [, {idvar}]) 2271 remote_send({server}, {string} [, {idvar}])
2271 String send key sequence 2272 String send key sequence
2272 remote_startserver({name}) none become server {name} 2273 remote_startserver({name}) none become server {name}
2273 String send key sequence 2274 String send key sequence
2274 remove({list}, {idx} [, {end}]) any remove items {idx}-{end} from {list} 2275 remove({list}, {idx} [, {end}]) any remove items {idx}-{end} from {list}