comparison runtime/doc/tagsrch.txt @ 557:862863033fdd v7.0158

updated for version 7.0158
author vimboss
date Wed, 23 Nov 2005 21:25:05 +0000
parents 165c628aa9fc
children bc95c6c4bac1
comparison
equal deleted inserted replaced
556:f9eaf0a9872d 557:862863033fdd
1 *tagsrch.txt* For Vim version 7.0aa. Last change: 2005 Jul 12 1 *tagsrch.txt* For Vim version 7.0aa. Last change: 2005 Oct 15
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
438 directory where the current file is. Next the "tags" file in the current 438 directory where the current file is. Next the "tags" file in the current
439 directory. If it is not found there, then the file "/home/user/commontags" 439 directory. If it is not found there, then the file "/home/user/commontags"
440 will be searched for the tag. 440 will be searched for the tag.
441 441
442 This can be switched off by including the 'd' flag in 'cpoptions', to make 442 This can be switched off by including the 'd' flag in 'cpoptions', to make
443 it Vi compatible. "./tags" will than be the tags file in the current 443 it Vi compatible. "./tags" will then be the tags file in the current
444 directory, instead of the tags file in the directory where the current file 444 directory, instead of the tags file in the directory where the current file
445 is. 445 is.
446 446
447 Instead of the comma a space may be used. Then a backslash is required for 447 Instead of the comma a space may be used. Then a backslash is required for
448 the space to be included in the string option: > 448 the space to be included in the string option: >