comparison runtime/doc/version7.txt @ 464:3b705e71c7b0 v7.0124

updated for version 7.0124
author vimboss
date Fri, 05 Aug 2005 21:35:02 +0000
parents c21975c58b44
children 21462e76364b
comparison
equal deleted inserted replaced
463:8411e13e6dcb 464:3b705e71c7b0
1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Aug 04 1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Aug 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
397 |add()| append an item to a List 397 |add()| append an item to a List
398 |append()| append List of lines to the buffer 398 |append()| append List of lines to the buffer
399 |browsedir()| dialog to select a directory 399 |browsedir()| dialog to select a directory
400 |byteidx()| index of a character (Ilya Sher) 400 |byteidx()| index of a character (Ilya Sher)
401 |call()| call a function with List as arguments 401 |call()| call a function with List as arguments
402 |complete_add()| add match for 'completefunc'
403 |complete_check()| check for key pressed, for 'completefunc'
402 |copy()| make a shallow copy of a List or Dictionary 404 |copy()| make a shallow copy of a List or Dictionary
403 |count()| count nr of times a value is in a List or Dictionary 405 |count()| count nr of times a value is in a List or Dictionary
404 |deepcopy()| make a full copy of a List or Dictionary 406 |deepcopy()| make a full copy of a List or Dictionary
405 |empty()| check if List or Dictionary is empty 407 |empty()| check if List or Dictionary is empty
406 |getqflist()| list of quickfix errors (Yegappan Lakshmanan) 408 |getqflist()| list of quickfix errors (Yegappan Lakshmanan)