Doron Behar
f81f7ce010
Add Option to disable python support lookup.
2016-10-18 15:59:41 +03:00
Leandro Freitas
80dea2d93d
Merge pull request #50 from fievel/master
...
vim python3 compatibility
2016-09-10 10:04:29 -04:00
Florent Fievez
0863e1434e
Vim distributed on recent linux distribution is now linked with
...
python3. Ensure compatibility with it.
2016-08-09 14:57:43 +02:00
Leandro Freitas
1e3a5e58ae
Merge pull request #47 from colinsullivan/complete_all_grey
...
When tasks are completed, make the entire line grey.
2016-03-09 10:22:42 -03:00
Colin Sullivan
89570cbaef
When tasks are completed, make the entire line grey.
2016-03-08 09:37:44 -08:00
Leandro Freitas
4548961329
Merge pull request #46 from rleon/fix-trailing-space
...
Fix wrong prefix for completed tasks
2016-01-28 14:33:29 -02:00
Leon Romanovsky
8dd24d0b68
Fix wrong prefix for completed tasks
...
The commit a612ebe ('Remove trailing whitespaces') removed the
whitespace which was after 'x' markup. It caused to mark the
completed task without space and didn't allow to remove it
automatically.
Before this change:
xCOMPLETION_DATE ....
After this change:
x COMPLETION_DATE ...
Fixes: a612ebe ('Remove trailing whitespaces')
Signed-off-by: Leon Romanovsky <leon@leon.nu >
2016-01-28 16:17:37 +02:00
Leandro Freitas
e2a02d4f30
Fix link to issue
2016-01-27 14:25:17 -02:00
Leandro Freitas
595fc0b49e
Reinserted some of the trailing spaces
...
They were important for markdown formatting after all.
2016-01-27 14:24:22 -02:00
Leandro Freitas
a612ebeaf1
Remove trailing whitespaces
2016-01-27 14:09:17 -02:00
Leandro Freitas
17a2345675
Ignore .pyc files
2016-01-27 14:09:00 -02:00
Leandro Freitas
e13eb4bb9c
Merge pull request #45 from victal/master
...
Syntax Highlight for overdue dates
2016-01-27 14:01:46 -02:00
Guilherme Victal
d769f12710
Embed dateregex instead of using a submodule
2016-01-27 11:01:57 -02:00
Guilherme Victal
2535cf2ece
Remove dateregex submodule
2016-01-27 10:53:13 -02:00
Guilherme Victal
eb7f7cb8f4
Add plugin manager notice
2016-01-26 21:02:22 -02:00
Guilherme Victal
87a6c371dd
Add Overdue Date group to (Z) tasks syntax match
2016-01-26 20:56:48 -02:00
Guilherme Victal
29a6ea4b1d
Add description and license info
2016-01-26 10:29:37 -02:00
Guilherme Victal
03501dfe42
Remove test on syntax file
2016-01-26 09:32:10 -02:00
victal
fc0b4c3272
Update README with +python warning
2016-01-25 10:02:02 -02:00
Guilherme Victal
b87c7dd98d
Correct .gitmodules file
2016-01-24 17:23:50 -02:00
Guilherme Victal
7232106f45
Move python scripts to syntax/
2016-01-24 17:22:24 -02:00
Guilherme Victal
6e1bcc0e1a
Overdue date syntax highlight
2016-01-24 16:57:01 -02:00
Guilherme Victal
03f5575363
Add syntax highlight for overdue dates
2016-01-22 22:09:20 -02:00
Leandro Freitas
b3d9e18b08
Merge pull request #43 from JonathanReeve/due-date
...
add ability to sort on due dates
2015-10-25 17:35:39 -02:00
Jonathan Reeve
a98711da91
add documentation for new feature
2015-10-25 14:54:25 -04:00
Jonathan Reeve
0a917143c5
sort by due date
2015-10-25 14:49:23 -04: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
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
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
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