comparison runtime/doc/version7.txt @ 449:3709cf52b9b5 v7.0119

updated for version 7.0119
author vimboss
date Fri, 29 Jul 2005 22:36:03 +0000
parents dd9db57ee7ce
children 7f2d3b3c15a2
comparison
equal deleted inserted replaced
448:dd9db57ee7ce 449:3709cf52b9b5
1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Jul 28 1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Jul 29
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
407 |map()| change each List or Dictionary item 407 |map()| change each List or Dictionary item
408 |matchlist()| list with match and submatches of a pattern in a string 408 |matchlist()| list with match and submatches of a pattern in a string
409 |max()| maximum value in a List or Dictionary 409 |max()| maximum value in a List or Dictionary
410 |min()| minimum value in a List or Dictionary 410 |min()| minimum value in a List or Dictionary
411 |mkdir()| create a directory 411 |mkdir()| create a directory
412 |printf()| format text
412 |readfile()| read a file into a list of lines 413 |readfile()| read a file into a list of lines
413 |remove()| remove one or more items from a List or Dictionary 414 |remove()| remove one or more items from a List or Dictionary
414 |repeat()| repeat "expr" "count" times (Christophe Poucet) 415 |repeat()| repeat "expr" "count" times (Christophe Poucet)
415 |reverse()| reverse the order of a List 416 |reverse()| reverse the order of a List
416 |setqflist()| create a quickfix list (Yegappan Lakshmanan) 417 |setqflist()| create a quickfix list (Yegappan Lakshmanan)