File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff 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+
263267Credits
264268-------
265269
Original file line number Diff line number Diff line change 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
66highlight link vimTodoListsDone Comment
77highlight link vimTodoListsNormal Normal
Original file line number Diff line number Diff line change 1- *vim-todo-lists.txt* Version 0.7.0
1+ *vim-todo-lists.txt* Version 0.7.1
22*vim-todo-lists*
33
44Plugin 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==============================================================================
2993038. Credits *VimTodoListsCredits*
300304
You can’t perform that action at this time.
0 commit comments