sponsor Vim development Vim logo Vim Book Ad

vim-task : vim task plugin, help people practice GTD in their favorite editor

 script karma  Rating 5/8, Downloaded by 979  Comments, bugs, improvements  Vim wiki

created by
Samson Wu
 
script type
ftplugin
 
description
Basically, this is the TextMate Tasks Bundle port for Vim.

Please see details at:
https://github.com/samsonw/vim-task
 
install details
Normal installation steps follow the vim tradition: download the zip/tar archive then copy all the directories/files to ~/.vim directory. You can download vim-task zip/tar archive by clicking the “Download Source” button in github.

You can also check out the latest code if you have git installed:

$ git clone git://github.com/samsonw/vim-task.git
$ cd vim-task
$ rm README.mkd
$ cp -rv * ~/.vim

For those guys who use pathogen, the installation should be as simple as a git clone:

$ cd ~/.vim/bundle
$ git clone git://github.com/samsonw/vim-task.git

unfortunately ftdetect directory seems not take effect in pathogen, I’m still wondering about why, but anyway here is a temporary workaround for now:

$ mkdir -p ~/.vim/ftdetect
$ cd ~/.vim/ftdetect
$ ln -s ../bundle/vim-task/ftdetect/task.vim task.vim
 

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
vim-task.tar.gz 1.1 2012-03-06 7.0 Samson Wu version 1.1
vim-task.tar.gz 1.0 2011-04-02 7.0 Samson Wu Initial upload
ip used for rating: 18.117.183.150

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