Commit Graph

228 Commits

Author SHA1 Message Date
Leandro Freitas
04210abd70 Fixes #37. Replacing existing priority 2015-05-06 10:00:35 -03:00
Leandro Freitas
649f962211 Fixes #37. Replacing existing date 2015-05-06 09:47:04 -03:00
Leandro Freitas
b1ed8608d1 Fixes 'date' test 2015-05-05 09:52:28 -03:00
Leandro Freitas
f30ac979a1 Fixes 'mark as done' test 2015-05-05 09:50:50 -03:00
Leandro Freitas
40faa56012 Fixes #9 2015-05-05 09:37:02 -03:00
David Beniamine
dab0ef5c14 small changes on readme 2015-04-23 23:54:56 -03:00
David Beniamine
7c56fc740a typo on readme.md 2015-04-23 23:53:06 -03:00
Leandro Freitas
51c821b5da Inserted date do note. 2015-04-22 10:31:31 -03:00
Leandro Freitas
6c073cdb42 Added note on mappings change. 2015-04-22 09:11:26 -03:00
Leandro Freitas
e508140f90 When sorting on date, tasks with no date go to the end. 2015-04-17 11:31:40 -03:00
Leandro Freitas
d0080e66f9 Testing functions only (not mappings). 2015-04-17 09:04:30 -03:00
Leandro Freitas
e071156b8d Fixes #16 2015-04-17 08:38:08 -03:00
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
32188000f9 Added documentation for sorting on dates. 2015-04-16 21:31:41 -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
e817f5eca8 Merge pull request #32 from naught101/prefixed_files
Allow prefixed files like blah.todo.txt. Fixes #29
2015-04-07 22:28:37 -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
David Beniamine
526727ea54 typos fix on doc 2015-03-25 21:35:44 -03:00
David Beniamine
ca47e11372 fixed README install instructions 2015-03-19 11:41:30 -03:00
David Beniamine
fba35fde12 Fixed github links in readme 2015-03-19 11:39:05 -03:00
David Beniamine
c540f981a6 updated version and authors 2015-03-14 14:41:33 -03:00
David Beniamine
dc88bb1044 Add priority in insert mode 2015-03-13 12:15:41 -03:00
David Beniamine
3bff204d7a Prioritize: preserve cursor position 2015-03-13 10:16:22 -03:00
David Beniamine
2efc471969 Add: prioritize update the priority
When there is already a priority in the line, we update it instead of adding
a new one
2015-03-13 10:03:32 -03:00
David Beniamine
d3d06926a6 Add: Completion for todo.txt
Intelligent complete for context and projects, try it ;)
2015-03-12 21:07:46 -03:00
David Beniamine
8c378b5646 Fix: bad function declaration 2015-03-12 21:02:50 -03:00
David Beniamine
dfd8add10d Use Localleader instead of leader for sorting
This commit fix a small error I made during the merge of matjon works.
2015-02-02 00:02:52 +01:00
David Beniamine
a9aec4efc7 Merge branch 'master' of https://github.com/matjon/todo.txt-vim
Conflicts:
	ftplugin/todo.vim
2015-02-01 23:59:09 +01:00
David Beniamine
d3ee1cd233 Fix markdown error 2015-02-01 21:12:40 +01:00
David Beniamine
ee526b315c Clarifications on README 2015-02-01 21:11:05 +01:00
David Beniamine
8aafdc825e Merge branch 'master' of https://github.com/freitass/todo.txt-vim
Add new features from freitass master such as increase/decreas priority,
another multilvel sort from @matjon and the done.txt file.

Conflicts:
	README.markdown
	doc/todo.txt
2015-02-01 20:54:07 +01:00
Mateusz Jończyk
507439112e When sorting on priority, sort also on projects and contexts
After pressing <leader>s, todo.vim used to sort all lines
alphabetically. This caused tasks related to different projects to be
placed apart from each other - the whole list was then difficult to
follow.

This patch fixes this by taking into account the fact that :sort in vim
is usually stable (see http://en.wikipedia.org/wiki/Sorting_algorithm#Stability),
so that when we sort first on contexts, then on projects and then on
priority, everything is placed in the order we want.
2015-02-01 15:46:17 +01:00
David Beniamine
8a590c4203 Removed debug print 2014-11-17 18:20:46 +01:00
David Beniamine
1861e4bf83 Toggle mark documentation 2014-11-17 18:14:58 +01:00
David Beniamine
cde0bc49fa UnMark as done fix 2014-11-17 18:14:02 +01:00
Leandro Freitas
f07b2b2202 Setting filetype 'todo' for done.txt files 2014-11-17 10:06:24 -02:00
Leandro Freitas
09292ae7c1 Resolves #25 2014-11-17 10:00:15 -02:00
David Beniamine
aa909af84e Toggle done 2014-11-17 10:38:38 +01:00
Leandro Freitas
4723d48cae Merge pull request #24 from invecup/priorities
Fix documentation and README typos
2014-11-01 21:41:39 -02:00
Leandro Freitas
635de6dca0 Resolves #17 2014-11-01 21:39:09 -02:00
Stephan Rodemeier
ddd8c61a54 Fix documentation and README typos
The commands for adding priorities B and C got switched up in the
documentation and README.
2014-11-01 23:09:01 +01:00
Leandro Freitas
5ad30f3ee8 Merge branch 'ha17-dev-add-priority' 2014-11-01 19:45:02 -02:00
Leandro Freitas
2a66ed26ff Updated documentation and minor fixes. 2014-11-01 19:44:07 -02:00