vimwiki

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

commit 0ce3c87a2e194e5d07f91f373923a181961736b8
parent 4458216760726cbf527d89d0b60e3433837de67e
Author: Rane Brown <ranebrown@users.noreply.github.com>
Date:   Wed, 28 Aug 2019 03:36:01 -0600

Merge pull request #744 from defau1t/dev

Fixed typo and paragraph formatting in vimwiki help.
Diffstat:
Mdoc/vimwiki.txt | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git 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| @@ -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.