Merge pull request #187 from mMontu/nested

Dynamically detect nested syntaxes (fix #128)
This commit is contained in:
EinfachToll
2016-01-28 10:29:53 +01:00
4 changed files with 30 additions and 0 deletions

View File

@ -2015,6 +2015,20 @@ or in: >
}}}
*vimwiki-option-automatic_nested_syntaxes*
------------------------------------------------------------------------------
Key Default value~
automatic_nested_syntaxes 1
Description~
Allows for smaller |vimwiki-option-nested_syntaxes| dictionaries, by turning
entry for python on the previous example unnecessary: >
let wiki.nested_syntaxes = {'python': 'python', 'c++': 'cpp'}
It requires that the file is reloaded (|:edit|) after new |filetype| is
included in a file.
*vimwiki-option-diary_rel_path*
------------------------------------------------------------------------------
Key Default value~