comparison runtime/doc/tagsrch.txt @ 169:0e902b8f511f v7.0051

updated for version 7.0051
author vimboss
date Tue, 22 Feb 2005 08:56:13 +0000
parents dbf53ece2e23
children 73354c21f1e4
comparison
equal deleted inserted replaced
168:4d9eabb1396e 169:0e902b8f511f
1 *tagsrch.txt* For Vim version 7.0aa. Last change: 2005 Jan 02 1 *tagsrch.txt* For Vim version 7.0aa. Last change: 2005 Feb 14
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
742 742
743 *]D* 743 *]D*
744 ]D like "[D", but start at the current cursor position. 744 ]D like "[D", but start at the current cursor position.
745 {not in Vi} 745 {not in Vi}
746 746
747 *:dl* *:dlist* 747 *:dli* *:dlist*
748 :[range]dl[ist][!] [/]string[/] 748 :[range]dl[ist][!] [/]string[/]
749 Like "[D" and "]D", but search in [range] lines 749 Like "[D" and "]D", but search in [range] lines
750 (default: whole file). 750 (default: whole file).
751 See |:search-args| for [/] and [!]. {not in Vi} 751 See |:search-args| for [/] and [!]. {not in Vi}
752 Note that ":dl" works like ":delete" with the "l"
753 flag.
752 754
753 *[_CTRL-D* 755 *[_CTRL-D*
754 [ CTRL-D Jump to the first macro definition that contains the 756 [ CTRL-D Jump to the first macro definition that contains the
755 keyword under the cursor. The search starts from 757 keyword under the cursor. The search starts from
756 the beginning of the file. If a count is given, the 758 the beginning of the file. If a count is given, the