comparison runtime/doc/version7.txt @ 800:d8f905020502 v7.0b

updated for version 7.0b
author vimboss
date Fri, 24 Mar 2006 22:46:53 +0000
parents 95dac6af3b3a
children 8d284e3d8112
comparison
equal deleted inserted replaced
799:6beb2c667935 800:d8f905020502
1 *version7.txt* For Vim version 7.0aa. Last change: 2006 Mar 23 1 *version7.txt* For Vim version 7.0b. Last change: 2006 Mar 24
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
626 existing quickfix list. (Yegappan Lakshmanan). 626 existing quickfix list. (Yegappan Lakshmanan).
627 |:cgetexpr| Create a quickfix list from a Vim expression, but 627 |:cgetexpr| Create a quickfix list from a Vim expression, but
628 don't jump to the first error. (Yegappan Lakshmanan). 628 don't jump to the first error. (Yegappan Lakshmanan).
629 629
630 |: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.
633 |:lgetfile| Like |:cgetfile| but use the location list. 631 |:lgetfile| Like |:cgetfile| but use the location list.
634 |:laddfile| Like |:caddfile| but use the location list. 632 |:laddfile| Like |:caddfile| but use the location list.
635 |:lbuffer| Like |:cbuffer| but use the location list. 633 |:lbuffer| Like |:cbuffer| but use the location list.
634 |:lgetbuffer| Like |:cgetbuffer| but use the location list.
636 |:laddbuffer| Like |:caddbuffer| but use the location list. 635 |:laddbuffer| Like |:caddbuffer| but use the location list.
637 |:lexpr| Like |:cexpr| but use the location list. 636 |:lexpr| Like |:cexpr| but use the location list.
637 |:lgetexpr| Like |:cgetexpr| but use the location list.
638 |:laddexpr| Like |:caddexpr| but use the location list. 638 |:laddexpr| Like |:caddexpr| but use the location list.
639 |:ll| Like |:cc| but use the location list. 639 |:ll| Like |:cc| but use the location list.
640 |:llist| Like |:clist| but use the location list. 640 |:llist| Like |:clist| but use the location list.
641 |:lnext| Like |:cnext| but use the location list. 641 |:lnext| Like |:cnext| but use the location list.
642 |:lprevious| Like |:cprevious| but use the location list. 642 |:lprevious| Like |:cprevious| but use the location list.