vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit db85dc54c9b0ab0b7099d9c42b319a8369e1ef50
parent 61a6ce668621359056d4b252ca8fbc6d1e3d2534
Author: Fergus Collins <59059263+C-Fergus@users.noreply.github.com>
Date:   Mon, 15 Mar 2021 18:19:43 +0000

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`
Diffstat:
Mdoc/vimwiki.txt | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 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 `<leader>wc` * Feature: PR #686: add a flag lists_return to disable mappings to <CR> and <S-CR> in insert mode