From db85dc54c9b0ab0b7099d9c42b319a8369e1ef50 Mon Sep 17 00:00:00 2001 From: Fergus Collins <59059263+C-Fergus@users.noreply.github.com> Date: Mon, 15 Mar 2021 18:19:43 +0000 Subject: [PATCH] Doc: Fix trailing closing brace and comma typo when describing the defaults of `g:vimwiki_ext2syntax` (#1106) * Fix trailing closing brace and comma typo * add `C-Fergus` to contributors * add pull request to changelog * update pull request number to `#1106` --- doc/vimwiki.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt index 885203d..681498b 100644 --- a/doc/vimwiki.txt +++ b/doc/vimwiki.txt @@ -3004,7 +3004,7 @@ mapped with this option will instead use the mapped syntax. Default: > {'.md': 'markdown', '.mkdn': 'markdown', \ '.mdwn': 'markdown', '.mdown': 'markdown', - \ '.markdown': 'markdown', '.mw': 'media'}}, + \ '.markdown': 'markdown', '.mw': 'media'} Note: setting this option will overwrite the default values so include them if desired. @@ -3893,6 +3893,7 @@ Contributors and their Github usernames in roughly chronological order: - Yuuy Wei - Yifan Hu (@yhu266) - Levi Rizki Saputra (@levirs565) + - Fergus Collins (@C-Fergus) ============================================================================== 16. Changelog *vimwiki-changelog* @@ -3904,6 +3905,7 @@ http://code.google.com/p/vimwiki/issues/list. They may be accessible from https://github.com/vimwiki-backup/vimwiki/issues. New:~ + * PR #1106: Fix trailing closing brace and comma typo * Feature: VimwikiColorize maps in visual and normal mode `wc` * Feature: PR #686: add a flag lists_return to disable mappings to and in insert mode