wendtl / TaskList.vim

Eclipse like task list

Home Page:http://www.vim.org/scripts/script.php?script_id=2607

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forked from vim-scripts/TaskList.vim with a few small changes


This is a mirror of http://www.vim.org/scripts/script.php?script_id=2607

This script is based on the eclipse Task List. It will search the file for FIXME, TODO, and XXX (or a custom list) and put them in a handy list for you to browse which at the same time will update the location in the document so you can see exactly where the tag is located. Something like an interactive 'cw'

Check out this page for a screen shot of the script in action.
http://juan.axisym3.net/vim-plugins/#tasklist

About

Eclipse like task list

http://www.vim.org/scripts/script.php?script_id=2607


Languages

Language:Vim Script 100.0%