comparison runtime/doc/version7.txt @ 798:95dac6af3b3a v7.0232

updated for version 7.0232
author vimboss
date Thu, 23 Mar 2006 22:59:57 +0000
parents 86ce35c9750f
children d8f905020502
comparison
equal deleted inserted replaced
797:a1a08851eac8 798:95dac6af3b3a
1 *version7.txt* For Vim version 7.0aa. Last change: 2006 Mar 21 1 *version7.txt* For Vim version 7.0aa. Last change: 2006 Mar 23
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
607 607
608 |:exusage| Help for Ex commands (Nvi command). 608 |:exusage| Help for Ex commands (Nvi command).
609 609
610 |:viusage| Help for Vi commands (Nvi command). 610 |:viusage| Help for Vi commands (Nvi command).
611 611
612 |:sort| Sort lines in the buffer without depending on an
613 external command.
614
615 |:caddfile| Add error messages to an existing quickfix list
616 (Yegappan Lakshmanan).
612 |:cbuffer| Read error lines from a buffer. (partly by Yegappan 617 |:cbuffer| Read error lines from a buffer. (partly by Yegappan
613 Lakshmanan) 618 Lakshmanan)
614 619 |:cgetbuffer| Create a quickfix list from a buffer but don't jump to
615 |:sort| Sort lines in the buffer without depending on an 620 the first error.
616 external command. 621 |:caddbuffer| Add errors from the current buffer to the quickfix
617 622 list.
618 |:caddfile| Add error messages to an existing quickfix list
619 (Yegappan Lakshmanan).
620
621 |:cexpr| Read error messages from a Vim expression (Yegappan 623 |:cexpr| Read error messages from a Vim expression (Yegappan
622 Lakshmanan). 624 Lakshmanan).
623
624 |:caddexpr| Add error messages from a Vim expression to an 625 |:caddexpr| Add error messages from a Vim expression to an
625 existing quickfix list. (Yegappan Lakshmanan). 626 existing quickfix list. (Yegappan Lakshmanan).
626 |:caddbuffer| Add errors from the current buffer to the quickfix 627 |:cgetexpr| Create a quickfix list from a Vim expression, but
627 list. 628 don't jump to the first error. (Yegappan Lakshmanan).
628 629
629 |:lfile| Like |:cfile| but use the location list. 630 |:lfile| Like |:cfile| but use the location list.
631 |:lgetbuffer| Like |:cgetbuffer| but use the location list.
632 |:lgetexpr| Like |:cgetexpr| but use the location list.
630 |:lgetfile| Like |:cgetfile| but use the location list. 633 |:lgetfile| Like |:cgetfile| but use the location list.
631 |:laddfile| Like |:caddfile| but use the location list. 634 |:laddfile| Like |:caddfile| but use the location list.
632 |:lbuffer| Like |:cbuffer| but use the location list. 635 |:lbuffer| Like |:cbuffer| but use the location list.
633 |:laddbuffer| Like |:caddbuffer| but use the location list. 636 |:laddbuffer| Like |:caddbuffer| but use the location list.
634 |:lexpr| Like |:cexpr| but use the location list. 637 |:lexpr| Like |:cexpr| but use the location list.