diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt index ffaf7f1..f778ad4 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| @@ -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.