cache: Get markup_syntax from vimwiki, drop g:taskwiki_markup_syntax

I don't see the point of forcing the user to select this manually in
both vimwiki and taskwiki.
This commit is contained in:
Tomas Janousek 2020-07-28 23:08:27 +02:00 committed by Tomas Babej
parent 5807945a40
commit 7b67d510cc
3 changed files with 2 additions and 10 deletions

View file

@ -733,13 +733,6 @@ constructs.
Example:
let g:taskwiki_maplocalleader=",t"
*taskwiki_markup_syntax*
This variable specifies the markup syntax you want to use in your
VimWiki pages. Valid values are "default" and "markdown".
Example:
let g:taskwiki_markup_syntax = "default"
=============================================================================
9. TROUBLESHOOTING *taskwiki-trouble*