taskwiki/taskwiki
Tomas Janousek 1e3ccb16f8 vwtags: Distinguish (tag kinds) between header, preset and viewport
For tagbar to correctly nest the tags, we need to remember kinds of
parent scopes as well. This wasn't done in the original taskwiki
implementation.
2020-09-23 02:03:47 -04:00
..
.gitignore Restructure the whole plugin 2015-03-12 22:49:56 +01:00
__init__.py Restructure the whole plugin 2015-03-12 22:49:56 +01:00
cache.py cache: Get markup_syntax from vimwiki, drop g:taskwiki_markup_syntax 2020-09-18 11:31:49 -04:00
constants.py Fix priority field in sort order 2020-07-12 09:54:58 -04:00
decorators.py Fixed bug that cursor reset when after TaskWikiBufferSave/Load 2017-06-23 11:29:16 +02:00
errors.py errors: Use method wrappers instead of global exceptionhook 2016-12-22 17:47:19 +01:00
main.py vwtags: Distinguish (tag kinds) between header, preset and viewport 2020-09-23 02:03:47 -04:00
preset.py Modified preset to use cache.markup_syntax 2018-10-18 01:00:29 -04:00
regexp.py vwtags: Viewports/presets shown using their name only 2020-09-23 02:03:47 -04:00
short.py fix python 3.8 error about "is not" with literal 2019-11-16 22:55:37 -05:00
sort.py util: Implement and use get_var helper instead of manually decoding variables 2017-01-08 18:58:14 +01:00
store.py Add new header type "Preset Header" 2018-07-17 21:53:18 -04:00
util.py util: Use tasklib.__version__ to determine module version 2020-09-17 23:04:33 -04:00
viewport.py Modified viewport's parse_line to use cache.markup_syntax to select markup 2018-10-18 01:00:29 -04:00
vwtask.py vwtask: Require spaces around -- 2020-08-02 18:14:00 -04:00