comparison runtime/doc/version7.txt @ 647:19106f131c87 v7.0188

updated for version 7.0188
author vimboss
date Thu, 26 Jan 2006 22:25:15 +0000
parents e4fa26ce8769
children 9032e4668296
comparison
equal deleted inserted replaced
646:eeda7c3124c5 647:19106f131c87
1 *version7.txt* For Vim version 7.0aa. Last change: 2006 Jan 25 1 *version7.txt* For Vim version 7.0aa. Last change: 2006 Jan 26
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
28 Scroll back in messages |new-scroll-back| 28 Scroll back in messages |new-scroll-back|
29 POSIX compatibility |new-posix| 29 POSIX compatibility |new-posix|
30 Debugger support |new-debug-support| 30 Debugger support |new-debug-support|
31 Remote file explorer |new-netrw-explore| 31 Remote file explorer |new-netrw-explore|
32 Define an operator |new-define-operator| 32 Define an operator |new-define-operator|
33 Location list |new-location-list|
33 Various new items |new-items-7| 34 Various new items |new-items-7|
34 35
35 IMPROVEMENTS |improvements-7| 36 IMPROVEMENTS |improvements-7|
36 37
37 COMPILE TIME CHANGES |compile-changes-7| 38 COMPILE TIME CHANGES |compile-changes-7|
354 operator. The actual work is then done by a function, which is invoked 355 operator. The actual work is then done by a function, which is invoked
355 through the |g@| operator. 356 through the |g@| operator.
356 357
357 See |:map-operator| for the explanation and an example. 358 See |:map-operator| for the explanation and an example.
358 359
360 Location list *new-location-list*
361 -------------
362
363 The support for a per-window quickfix list (location list) is added. The
364 location list can be displayed in a location window (similar to the quickfix
365 window). You can open more than one location list window. A set of commands
366 similar to the quickfix commands are added to browse the location list.
359 367
360 Various new items *new-items-7* 368 Various new items *new-items-7*
361 ----------------- 369 -----------------
362 370
363 Normal mode commands: ~ 371 Normal mode commands: ~
472 |complete_check()| check for key pressed, for 'completefunc' 480 |complete_check()| check for key pressed, for 'completefunc'
473 |copy()| make a shallow copy of a List or Dictionary 481 |copy()| make a shallow copy of a List or Dictionary
474 |count()| count nr of times a value is in a List or Dictionary 482 |count()| count nr of times a value is in a List or Dictionary
475 |deepcopy()| make a full copy of a List or Dictionary 483 |deepcopy()| make a full copy of a List or Dictionary
476 |empty()| check if List or Dictionary is empty 484 |empty()| check if List or Dictionary is empty
485 |getloclist()| list of location list items (Yegappan Lakshmanan)
477 |getqflist()| list of quickfix errors (Yegappan Lakshmanan) 486 |getqflist()| list of quickfix errors (Yegappan Lakshmanan)
478 |extend()| append one List to another or add items from one 487 |extend()| append one List to another or add items from one
479 Dictionary to another 488 Dictionary to another
480 |filter()| remove selected items from a List or Dictionary 489 |filter()| remove selected items from a List or Dictionary
481 |finddir()| find a directory in 'path' 490 |finddir()| find a directory in 'path'
507 |readfile()| read a file into a list of lines 516 |readfile()| read a file into a list of lines
508 |remove()| remove one or more items from a List or Dictionary 517 |remove()| remove one or more items from a List or Dictionary
509 |repeat()| repeat "expr" "count" times (Christophe Poucet) 518 |repeat()| repeat "expr" "count" times (Christophe Poucet)
510 |reverse()| reverse the order of a List 519 |reverse()| reverse the order of a List
511 |searchdecl()| search for declaration of variable 520 |searchdecl()| search for declaration of variable
512 |setqflist()| create a quickfix list (Yegappan Lakshmanan) 521 |setloclist()| modify a location list (Yegappan Lakshmanan)
522 |setqflist()| modify a quickfix list (Yegappan Lakshmanan)
513 |sort()| sort a List 523 |sort()| sort a List
514 |soundfold()| get the sound-a-like equivalent of a word 524 |soundfold()| get the sound-a-like equivalent of a word
515 |split()| split a String into a List 525 |split()| split a String into a List
516 |spellbadword()| get a badly spelled word 526 |spellbadword()| get a badly spelled word
517 |spellsuggest()| get suggestions for correct spelling 527 |spellsuggest()| get suggestions for correct spelling
585 595
586 Moved all the indent settings from the filetype plugin to the indent file. 596 Moved all the indent settings from the filetype plugin to the indent file.
587 Implemented b:undo_indent to undo indent settings when setting 'filetype' to a 597 Implemented b:undo_indent to undo indent settings when setting 'filetype' to a
588 different value. 598 different value.
589 599
600 VHDL indent file (Gerald Lai)
601
590 602
591 New Keymaps: ~ 603 New Keymaps: ~
592 604
593 Sinhala (Sri Lanka) (Harshula Jayasuriya) 605 Sinhala (Sri Lanka) (Harshula Jayasuriya)
594 606