Skip to content

Commit e35703a

Browse files
committed
Merge branch 'dev'
2 parents 4a85fee + 654f789 commit e35703a

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,10 @@ Changelog
260260
* Added mappings for fast increasing/decreasing indent
261261
* Items list are made markdown compatible (old files are updated automatically on load)
262262

263+
#### 0.7.1
264+
265+
* Syntax highlight is fixed
266+
263267
Credits
264268
-------
265269

after/syntax/todo.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"Syntax commands ordering is important due to order of the matching
2-
syntax match vimTodoListsDone '^\s*\[X\].*'
3-
syntax match vimTodoListsNormal '^\s*\[ \]\s*.*'
4-
syntax match vimTodoListsImportant '^\s*\[ \]\s*!.*'
2+
syntax match vimTodoListsDone '^\s*- \[X\].*'
3+
syntax match vimTodoListsNormal '^\s*- \[ \]\s*.*'
4+
syntax match vimTodoListsImportant '^\s*- \[ \]\s*!.*'
55

66
highlight link vimTodoListsDone Comment
77
highlight link vimTodoListsNormal Normal

doc/vim-todo-lists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vim-todo-lists.txt* Version 0.7.0
1+
*vim-todo-lists.txt* Version 0.7.1
22
*vim-todo-lists*
33

44
Plugin for TODO lists management.
@@ -295,6 +295,10 @@ SOFTWARE.
295295
* Items list are made markdown compatible (old files are updated automatically
296296
on load)
297297

298+
0.7.1
299+
300+
* Syntax highlight is fixed
301+
298302
==============================================================================
299303
8. Credits *VimTodoListsCredits*
300304

0 commit comments

Comments
 (0)