New feature reject a item form todo-list

Based on patches of davidlmontgomery.
This commit is contained in:
Michael F. Schönitzer
2017-07-15 23:35:48 +02:00
parent 976cbbcd23
commit f888773767
6 changed files with 59 additions and 5 deletions

View File

@ -373,6 +373,7 @@ call s:default('hl_cb_checked', 0)
call s:default('list_ignore_newline', 1)
call s:default('text_ignore_newline', 1)
call s:default('listsyms', ' .oOX')
call s:default('listsym_rejected', '-')
call s:default('use_calendar', 1)
call s:default('table_mappings', 1)
call s:default('table_auto_fmt', 1)