Commit Graph

38 Commits

Author SHA1 Message Date
Leandro Freitas
1f8b706d8e Fixes #28 2015-04-16 23:10:49 -03:00
Leandro Freitas
0e3c5cb2b6 Major refactoring 2015-04-16 22:56:09 -03:00
Leandro Freitas
1cc11c56ad Sorting tasks by date. 2015-04-16 20:47:53 -03:00
Leandro Freitas
639fcd85a2 Implemented sorting on visual selection. 2015-04-16 20:25:58 -03:00
Leandro Freitas
b8a5bd64ca Testing date functions 2015-04-12 11:42:29 -03:00
Leandro Freitas
95ed508741 Added test cases for sorting and marking as done. 2015-04-11 11:28:33 -03:00
Leandro Freitas
05b5be07d2 Hopefully fixes #30 2015-04-11 11:25:28 -03:00
Leandro Freitas
08fcb4ccdb Merge branch 'master' of https://github.com/freitass/todo.txt-vim 2015-04-07 22:29:32 -03:00
Leandro Freitas
2d83ed8dc2 Fixes #30 2015-04-07 21:49:51 -03:00
naught101
52e1527e9b allow prefixed files like blah.todo.txt 2015-04-07 22:55:42 +10:00
Leandro Freitas
635de6dca0 Resolves #17 2014-11-01 21:39:09 -02:00
Leandro Freitas
2a66ed26ff Updated documentation and minor fixes. 2014-11-01 19:44:07 -02:00
Leandro Freitas
e7423b103b Merge branch 'dev-add-priority' of https://github.com/ha17/todo.txt-vim into ha17-dev-add-priority 2014-11-01 19:24:44 -02:00
Alexander Hirzel
689a9ff5a4 minor 2014-10-31 22:26:55 -04:00
Alexander Hirzel
2ebbf31f8c typos 2014-10-31 21:51:26 -04:00
Hans Anderson
8d8913a600 Easy to add a priority to the current line
- several new leader keys to add priority to the current line
- updated README
2014-10-31 18:31:39 -05: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
Pavel Puchkin
04a94957b9 Fixes #13, also a little bit of refactoring 2014-04-27 17:04:57 +11:00
Leandro Freitas
bfbf2446d0 Added support to mark multiple tasks as done. 2014-03-05 21:51:28 -03:00
Pavel Puchkin
072891f722 Fixed #9. Insert dates at the beginning of the line 2013-12-22 11:19:08 +11:00
Jonas Diemer
d5958e691d Added mapping to mark done 2013-08-11 15:44:31 +02: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
dcf4e882e0 Just figured out that the built-in :sort command does the job 2011-06-04 20:25:15 -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
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
1c3ba87b77 Stop linebreak 2011-06-01 00:03:25 -03:00
Leandro Freitas
8aee44586c Changed filetype name 2011-05-31 14:14:45 -03:00
Leandro Freitas
9d6d9a1f64 Changed filetype name 2011-05-31 14:13:31 -03:00
Leandro Freitas
6579464545 Initial commit 2011-05-31 13:13:18 -03:00