Merge pull request #187 from mMontu/nested
Dynamically detect nested syntaxes (fix #128)
This commit is contained in:
@ -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~
|
||||
|
Reference in New Issue
Block a user