David Beniamine
d3b011b718
Vizardry install
2015-09-16 16:22:37 +02:00
David Beniamine
f9715af4a4
move hierarchical sort to auto start
...
Note: because of this, TodoComplete is now known as todo#Complete, you might
need to update your vimrc.
v0.7.3
2015-08-22 18:39:59 +02:00
Leandro Freitas
c13a277e2a
Merge branch 'master' of https://github.com/freitass/todo.txt-vim
2015-08-03 14:22:57 -03:00
Leandro Freitas
421916b25d
Fixes #42
2015-08-03 14:22:30 -03:00
Leandro Freitas
8da977113b
Fixes 42
2015-08-03 14:21:49 -03:00
David Beniamine
ab4ecf5220
FIX: sort done.txt
2015-07-08 11:04:55 +02:00
David Beniamine
dc4bb8e856
Fix: vimscript is not bash
2015-07-08 11:00:54 +02:00
David Beniamine
6a103f1429
v0.7.2
v0.7.2
2015-07-08 09:53:02 +02:00
David Beniamine
9f87eec204
More flexible file naming (Request #2 )
...
CHG: More flexible file naming files matching one of the following are todo
files:
YYYY-MM-[Tt]odo.txt
YYYY-MM-DD[Tt]odo.txt
[Tt]odo-YYYY-MM.txt
[Tt]odo-YYYY-MM-DD.txt
[Tt]odo.txt
[Tt]oday.txt
YYYY-MM-[Dd]one.txt
YYYY-MM-DD[Dd]one.txt
[Dd]one-YYYY-MM.txt
[Dd]one-YYYY-MM-DD.txt
[Dd]one.txt
[Dd]one-[Tt]oday.txt
Moreover, remove complete tasks (<LocalLeader>D) moves the task to the
done.txt file corresponding to the current todo.txt, aka if you are editing
2015-07-07-todo.txt, the done file while be 2015-07-07-done.txt.
This behaviour can be cancelled by fixing the done filename using
g:TodoTxtForceDoneName
FIX: Bug while completing empty file
2015-07-08 09:48:12 +02:00
David Beniamine
53ad73ebda
FIX hierarchical sort stability bug
2015-07-06 14:55:02 +02:00
David Beniamine
68a32427ab
FIX: Todo Key detection
...
Fix bad detection of key: a couple key:value must not contain spaces foo: bar
was detected as a couple key:value while it shouldn't ...
2015-07-06 10:02:06 +02:00
David Beniamine
4da3c4ae12
Small bug fixes
...
FIX: Typo in sort function
FIX: Keyword completion
CHG: Sort done.txt by completion date
v0.7.1
2015-07-05 16:41:58 +02:00
David Beniamine
e7dee69733
fix bad links in readme
2015-07-05 15:06:03 +02:00
David Beniamine
73ba0effca
Small improvements on due dates + key:value
...
ADD: syntax highlight for couples key:value
ADD: Handle DUE:date
CHG: No space between due: and date
CHG: Doc updated
v0.7
2015-07-05 15:00:07 +02:00
David Beniamine
cf10a3b0b8
better due date sorting and due compeltion
2015-07-05 13:17:50 +02:00
David Beniamine
e49cc7d595
Incorporated due date workaround from durcheinandr
2015-07-05 12:29:02 +02:00
David Beniamine
7bca6726ea
Recommand buffer mapping for completion
2015-06-12 15:24:23 +02:00
David Beniamine
3c39283066
More doc plus version number updated
v0.6
2015-06-10 02:12:06 +02:00
David Beniamine
685001499c
Better handling of multi buffer completion
...
ADD: The preview window now shows in which buffers the completion appears
CHG: Refactoring of completion search, more efficient and with a way simpler code
2015-06-10 02:05:45 +02:00
David Beniamine
a17560cc01
Better handling of multi buffer completion
...
CHG: Recognise done.txt format for project and context completion
ADD: Show buffer name in which the project/context exists
2015-06-09 23:57:26 +02:00
David Beniamine
7e06e5aafd
Complete using all buffers
2015-06-09 20:50:15 +02:00
David Beniamine
c56632eeaa
Complete on buffer instead of reading file
2015-06-09 19:23:04 +02:00
durcheinandr
eb5ece482d
shorten short due date function
2015-05-27 16:24:48 +02:00
durcheinandr
eb6d973887
last fix for sorting due dates
2015-05-27 05:56:52 +02:00
durcheinandr
84c815bb21
fixed sorting by due-date
2015-05-26 19:50:37 +02:00
durcheinandr
1b49ec094c
here we go
2015-05-25 23:57:26 +02:00
Leandro Freitas
2a04312e8d
Merge pull request #40 from siddharthist/master
...
Clarified which files are considered todo.txt
2015-05-21 14:01:41 -03:00
siddharthist
85b2e86b73
Clarified which files are considered todo.txt
2015-05-21 10:39:33 -05:00
Leandro Freitas
1e465dd931
Fixes #39 : Completion date replaces creation date.
2015-05-20 17:13:27 -03:00
Leandro Freitas
79e4d352a2
Renamed function to reflect its implementation
2015-05-20 17:12:46 -03:00
David Beniamine
3702e6097c
updated doc
2015-05-19 23:12:18 +02:00
Leandro Freitas
ddbcdd823f
fixup! Fixes #37 . Inserting date on new tasks
2015-05-18 19:03:57 -03:00
Leandro Freitas
77cfafb9f0
Fixes #37 . Inserting date on new tasks
2015-05-14 14:55:31 -03:00
Leandro Freitas
fbc45c5c8c
Fixed README formatting
2015-05-06 16:59:44 -03:00
Leandro Freitas
6c5a37e6c6
Improved README
2015-05-06 16:50:08 -03:00
Leandro Freitas
25a63d5ecd
Improved documentation
2015-05-06 16:39:14 -03:00
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