From 515155038fdb9eb31aa25632fc3d48771a6b8587 Mon Sep 17 00:00:00 2001 From: defau1t Date: Mon, 26 Aug 2019 12:14:33 -0600 Subject: [PATCH 1/2] Fixed typo and paragraph formatting in vimwiki help. --- doc/vimwiki.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt index ffaf7f1..ca6e643 100644 --- a/doc/vimwiki.txt +++ b/doc/vimwiki.txt @@ -1748,10 +1748,10 @@ Roman numerals go up to MMMM) and numbers up to 2147483647. or 9223372036854775807. depending if your Vim is 32 or 64 bit. Also note that you can, of course, mix different list symbols in one list, but -if you have the strange idea of putting a list with Romanian numerals right -after a list using letters or vice versa, Vimwiki will get confused because -it cannot distinguish which is which (at least if the types are both upper -case or both lower case). +if you have the strange idea of putting a list with Roman numerals right after +a list using letters or vice versa, Vimwiki will get confused because it +cannot distinguish which is which (at least if the types are both upper case +or both lower case). See |vimwiki_glstar|, |vimwiki_gl#| |vimwiki_gl-|, |vimwiki_gl-|, |vimwiki_gl1|, |vimwiki_gla|, |vimwiki_glA|, |vimwiki_gli|, |vimwiki_glI| From 3cf10e8ddcae815740c599c3516a3192ff4862ff Mon Sep 17 00:00:00 2001 From: defau1t Date: Mon, 26 Aug 2019 12:18:59 -0600 Subject: [PATCH 2/2] Added name to contributors and changelog. --- doc/vimwiki.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt index ca6e643..f778ad4 100644 --- a/doc/vimwiki.txt +++ b/doc/vimwiki.txt @@ -3462,6 +3462,7 @@ Contributors and their Github usernames in roughly chronological order: - Alexander Gude (@agude) - Jonny Bylsma (@jbylsma) - Shaedil (@Shaedil) + - Robin Lowe (@defau1t) ============================================================================== @@ -3477,6 +3478,7 @@ https://github.com/vimwiki-backup/vimwiki/issues. 2.5 (in progress)~ New:~ + * PR #744: Fix typo in vimwiki_list_manipulation * PR #711: Allow forcing VimwikiAll2HTML with ! * PR #702: Make remapping documentation more accessible to newer vim users * PR #673: Add :VimwikiGoto key mapping.