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 1145  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: 216.73.216.107

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github