Option for automatic detection of nested syntaxes

This commit is contained in:
mMontu
2016-01-27 13:30:30 -02:00
parent fc947523b0
commit a2888692fd
3 changed files with 19 additions and 1 deletions

View File

@ -1940,6 +1940,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~