Merge pull request #744 from defau1t/dev

Fixed typo and paragraph formatting in vimwiki help.
This commit is contained in:
Rane Brown 2019-08-28 03:36:01 -06:00 committed by GitHub
commit 0ce3c87a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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 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 if you have the strange idea of putting a list with Roman numerals right after
after a list using letters or vice versa, Vimwiki will get confused because a list using letters or vice versa, Vimwiki will get confused because it
it cannot distinguish which is which (at least if the types are both upper cannot distinguish which is which (at least if the types are both upper case
case or both lower case). or both lower case).
See |vimwiki_glstar|, |vimwiki_gl#| |vimwiki_gl-|, |vimwiki_gl-|, See |vimwiki_glstar|, |vimwiki_gl#| |vimwiki_gl-|, |vimwiki_gl-|,
|vimwiki_gl1|, |vimwiki_gla|, |vimwiki_glA|, |vimwiki_gli|, |vimwiki_glI| |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) - Alexander Gude (@agude)
- Jonny Bylsma (@jbylsma) - Jonny Bylsma (@jbylsma)
- Shaedil (@Shaedil) - Shaedil (@Shaedil)
- Robin Lowe (@defau1t)
============================================================================== ==============================================================================
@ -3477,6 +3478,7 @@ https://github.com/vimwiki-backup/vimwiki/issues.
2.5 (in progress)~ 2.5 (in progress)~
New:~ New:~
* PR #744: Fix typo in vimwiki_list_manipulation
* PR #711: Allow forcing VimwikiAll2HTML with ! * PR #711: Allow forcing VimwikiAll2HTML with !
* PR #702: Make remapping documentation more accessible to newer vim users * PR #702: Make remapping documentation more accessible to newer vim users
* PR #673: Add :VimwikiGoto key mapping. * PR #673: Add :VimwikiGoto key mapping.