Robert Ames
f2354abaa0
Prefer: 0i instead of I for mechanical insertion
...
vim details: `I` inserts before the first character instead of `0i` which inserts at the beginning of the line.
Usually `I` inserts at the first character in the line, and usually the first character is on the far left. However, `I` ignores leading spaces which conflicts a bit with the mechanical manipulation of the text.
While it's not great `todo.txt` practices, if you did "mark as done" while on a line like ` * ...etc...` (eg: an indented bullet), the `I...` would put the `x` away from the far left (not the first character on the line, but instead the first character before the first character).
Prefer: `0i` instead of `I` for mechanical insertion
2024-03-27 06:49:44 -07:00
Leandro Freitas
ed9d639de2
Merge pull request #73 from AutumnalAntlers/master
...
Custom done.txt filename option
2021-03-20 13:04:07 -04:00
Leandro Freitas
14f8d15918
Merge pull request #68 from cheriimoya/make-plugin-noob-friendly
...
made readme more noob friendly
2021-03-20 13:01:28 -04:00
AutumnalAntlers
4158118c0b
Docs
2020-08-04 14:27:56 -07:00
AutumnalAntlers
6248e81a8f
Comparison operator typo
2020-08-04 14:19:43 -07:00
AutumnalAntlers
f72aeb3d3f
Add support for g:todo_done_filename option to rename done.txt
2020-08-04 14:17:37 -07:00
bambustorte
2bc8843675
made readme more noob friendly
2018-09-26 17:42:40 +08:00
Leandro Freitas
6845221d45
Merge pull request #55 from victal/freitass
...
Fix overduedate regex breaking in November
2016-11-10 14:02:32 -05:00
Guilherme Victal
2c77e77dc9
Fix overduedate regex breaking in November
2016-11-09 11:55:28 -02:00
Leandro Freitas
6be4599687
Merge pull request #54 from awlayton/patch-1
...
Fix incorrect/duplicate helptag
2016-11-03 12:23:22 -04:00
Alex Layton
2d8b41690a
Fix incorrect/duplicate helptag
2016-10-25 12:22:44 -04:00
Leandro Freitas
e509fc76f1
Fix error when g:todo_load_python is not defined
2016-10-21 07:05:00 -04:00
Leandro Freitas
f123ee6a95
Merge pull request #51 from Doron-Behar/master
...
Add Option to disable python support lookup.
2016-10-19 20:33:49 -04:00
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