Stephan Rodemeier
4fb5384014
Add new functions to documentation
...
The sorting functions for projects and contexts as well as the functions
for lowering and increasing priority are missing from the documentation.
2014-11-01 20:27:47 +01:00
Leandro Freitas
a823aa16d3
Merge pull request #19 from ha17/dev-sorting-priority-changing
...
Dev sorting priority changing
2014-10-30 15:42:25 -02:00
Hans Anderson
a21c450b96
Removed some commented-out test code
2014-10-28 09:04:39 -05:00
Hans Anderson
04d603e987
Added two new sorting functions and a way to increase/decrease priorities easily
...
See README for more details:
<leader>s@ - sort by @contexts
<leader>s+ - sort by +projects
<leader>j - decrease priority
<leader>k - increase priority
2014-10-28 09:00:45 -05:00
Leandro Freitas
45aa73bf5e
Fixes #14 . Also changes some shortcuts
2014-04-27 21:26:58 -03:00
Leandro Freitas
d1aaeff366
Added shortcut to mark all tasks as done
2014-04-27 10:54:27 -03:00
Leandro Freitas
a3307cb57e
Merge pull request #15 from neoascetic/patch-1
...
Fixed GitHub issue #13
2014-04-27 10:15:35 -03:00
Pavel Puchkin
47a644b3f2
There IS reference to the plugin on todotxt.com
2014-04-27 17:05:53 +11:00
Pavel Puchkin
04a94957b9
Fixes #13 , also a little bit of refactoring
2014-04-27 17:04:57 +11:00
Leandro Freitas
47b48279c9
Merge pull request #12 from deanhouseholder/master
...
Added a space before rules to match projects and contexts in order to av...
2014-03-19 00:00:53 -03:00
Leandro Freitas
bfbf2446d0
Added support to mark multiple tasks as done.
2014-03-05 21:51:28 -03:00
Dean Householder
6ce6821890
Added a space before rules to match projects and contexts in order to avoid false-positive matches such as email addresses and keystroke combinations (such as CTRL+f) in your todo tasks.
2014-03-03 09:58:14 -07:00
Leandro Freitas
5a2eb56f8e
Merge pull request #11 from neoascetic/fixes/9
...
Fixed #9 . Insert dates at the beginning of the line
2014-01-04 04:52:25 -08:00
Pavel Puchkin
072891f722
Fixed #9 . Insert dates at the beginning of the line
2013-12-22 11:19:08 +11:00
Leandro Freitas
19cd2c7e85
Merge pull request #10 from obilodeau/master
...
added vim doc and instructions to rebuild help tags
2013-11-25 11:04:33 -08:00
Olivier Bilodeau
a2faa2ebc9
added vim doc and instructions to rebuild help tags
2013-11-25 14:00:00 -05:00
Leandro Freitas
840ac2f4bc
Merge pull request #6 from seiichi/allow-non-alphanumeric-characters
...
Changed the regexp rules of TodoProject and TodoContext to allow non-alphanumeric characters
2013-09-12 04:49:54 -07:00
Seiichi SATO
e819caa41b
Changed the regexp rules of TodoProject and TodoContext to allow non-alphanumeric characters
2013-09-10 09:07:37 +09:00
Leandro Freitas
24aed20597
Merge pull request #5 from seiichi/add-missing-leader-D-to-readme
...
README: Added the description about <leader>-D
2013-09-09 09:33:34 -07:00
Leandro Freitas
971aeb6779
Merge pull request #4 from seiichi/todosh-complatible-date-format
...
Changed the regexp rule for TodoDate to make to be compatible with todo.sh
2013-09-09 09:33:03 -07:00
Seiichi SATO
cfd6dcad69
README: Added the description about <leader>-D
2013-09-03 13:51:08 +09:00
Seiichi SATO
9213afa196
Changed the regexp rule for TodoDate to make to be compatible with todo.sh
2013-09-03 13:32:49 +09:00
Leandro Freitas
d49e2a2214
Merge pull request #3 from jonasdiemer/jonasdiemer/master
...
Added mapping to mark done
2013-08-20 04:59:49 -07:00
Jonas Diemer
d5958e691d
Added mapping to mark done
2013-08-11 15:44:31 +02:00
Leandro Freitas
07503edd63
Merge pull request #2 from azmd/caseregex
...
Changed file type detection to reflect new lowercase default behavior
2013-07-21 08:43:44 -07:00
Gordon Schulz
bf5d3d9068
Changed file type detection to reflect new lowercase default behavior
...
When creating a new todo/ directory structure from the Android app last
week I noticed new todo files are now (have always been?) created all
lowercase.
Therefore I made a trivial change to ftdetect/todo.vim to make the plugin
recognize both Todo.txt as well as todo.txt and switch to todo mode
accordingly.
2013-07-09 16:28:28 +02:00
Leandro Freitas
c1969833d6
Merge pull request #1 from emilecantin/master
...
Added a bit of documentation
2013-06-13 07:08:21 -07:00
Emile Cantin
4a2d949f2d
Added a bit of documentation to README.markdown
2013-06-07 18:40:25 -03:00
Leandro Freitas
749a5142c3
Changed todo list
2011-08-12 10:27:39 -03:00
Leandro Freitas
83da7c7f0b
Mappings
2011-06-10 00:13:12 -03:00
Leandro Freitas
eb9c759aea
Set options every time
2011-06-07 16:56:44 -03:00
Leandro Freitas
23ccd83039
Folding completed tasks
2011-06-06 23:57:43 -03:00
Leandro Freitas
de61f0fe40
Add task
2011-06-06 22:00:45 -03:00
Leandro Freitas
8cd6d52dfb
Quick install steps
2011-06-06 12:49:01 -03:00
Leandro Freitas
dcf4e882e0
Just figured out that the built-in :sort command does the job
2011-06-04 20:25:15 -03:00
Leandro Freitas
ced5314f5a
Merge with master
2011-06-03 22:29:10 -03:00
Leandro Freitas
5848295c31
Added new task
2011-06-03 15:54:37 -03:00
Leandro Freitas
5357d75e0d
Implemented the compare method, but the sorting is not working
2011-06-03 00:33:56 -03:00
Leandro Freitas
9ce565deb0
Merged with master
2011-06-02 19:28:24 -03:00
Leandro Freitas
e74cb52ab5
Merged with master
2011-06-02 19:28:02 -03:00
Leandro Freitas
b3f95c3b3c
Merge branch 'master' into sort
2011-06-02 19:27:02 -03:00
Leandro Freitas
03dd58c010
Matching \<word\> for context and project, new version
2011-06-02 15:45:34 -03:00
Leandro Freitas
ed4302bb4f
Matching \<word\> for context and project
2011-06-02 15:21:51 -03:00
Leandro Freitas
d81f69089c
Added an example to be reference
2011-06-02 00:12:45 -03:00
Leandro Freitas
912cb936df
Added an example to be reference
2011-06-02 00:08:37 -03:00
Leandro Freitas
c53c15dc2c
Setlocal
2011-06-01 10:23:59 -03:00
Leandro Freitas
6b467019c8
Fix highlight for no priority
2011-06-01 00:03:58 -03:00
Leandro Freitas
1c3ba87b77
Stop linebreak
2011-06-01 00:03:25 -03:00
Leandro Freitas
53fc71d3ca
Date, project and context highlight
2011-05-31 15:55:51 -03:00
Leandro Freitas
050da5eda1
Ignoring tagsfile
2011-05-31 15:55:05 -03:00