sponsor Vim development Vim logo Vim Book Ad

tagscan : Tag your file for better search requisite place

 script karma  Rating 6/3, Downloaded by 1467  Comments, bugs, improvements  Vim wiki

created by
Mykola Golubyev
 
script type
utility
 
description
[ This script is obsolete. Please use http://www.vim.org/scripts/script.php?script_id=2507 instead ]

If you've file with lines

header: creation of form with scroll
     tags: create, gui
--- some info
--- some .sco links
--- some info
header: creation of speed buttons
     tags: gui, create
--- some info
--- some info
// tags: todo, bug
void function_bug( bug_height )
{
}

You can type command
:ScanTags
  and do fast find by tags lines you want

:Select   command do add tag to list ( <CR> key )
:Deselect command remove last tag from list ( <BS> key )

any letter keys to quick move to tag ( s o r t -  show only tags than consist "sort" as their part)
<Tab> key to move to next visible tag

Script written for easy search information in  files (.sco files for example http://www.vim.org/scripts/script.php?script_id=1638 )
 
install details
put tagscan.vim in plugin folder
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
tagscan.vim 2.5 2007-02-07 7.0 Mykola Golubyev More friendly tag select mechanism
tagscan.vim 2.0 2007-02-05 7.0 Mykola Golubyev Now you haven't to manually select tag. Just type first letters and then <CR>
Use <Esc> to start quick tag search from start.
Added header support. When you've same tags for different file places, specify header for them header: header_text
tagscan.vim 1.0 2007-02-02 7.0 Mykola Golubyev Initial upload
ip used for rating: 54.243.2.41

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github