Version 1.1.1
Follow up bugfix release. * FIX: Issue 122: Dot character in vimwiki's directory path isn't escaped. * FIX: Issue 123: Where is Vimwiki2HTML and other commands? Sometimes filetype is not set up to vimwiki. * FIX: Issue 124: Highlight group not found: Normal
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
|___| |___| |_| |_||__| |__||___| |___| |_||___| ~
|
||||
|
||||
|
||||
Version: 1.1
|
||||
Version: 1.1.1
|
||||
|
||||
==============================================================================
|
||||
CONTENTS *vimwiki-contents*
|
||||
@ -374,7 +374,9 @@ ic Inner column in a table.
|
||||
|
||||
*:VimwikiSearch* /pattern/
|
||||
*:VWS* /pattern/
|
||||
Search for /pattern/ in current wiki.
|
||||
Search for /pattern/ in all files of current wiki.
|
||||
To display next match use |:cnext| command.
|
||||
To display previous match use |:cprevious| command.
|
||||
|
||||
|
||||
*:VimwikiTable*
|
||||
@ -1648,6 +1650,12 @@ Maxim Kim.
|
||||
==============================================================================
|
||||
14. Changelog *vimwiki-changelog*
|
||||
|
||||
1.1.1~
|
||||
* FIX: Issue 122: Dot character in vimwiki's directory path isn't escaped.
|
||||
* FIX: Issue 123: Where is Vimwiki2HTML and other commands? Sometimes
|
||||
filetype is not set up to vimwiki.
|
||||
* FIX: Issue 124: Highlight group not found: Normal
|
||||
|
||||
1.1~
|
||||
* NEW: Issue 57: Make it possible to have pre block inside list item.
|
||||
* NEW: Issue 82: Add quick goto command. See |:VimwikiGoto|.
|
||||
@ -1665,7 +1673,7 @@ Maxim Kim.
|
||||
* FIX: Issue 96: Closing bracket at the end of weblink shouldn't be a part
|
||||
of that link.
|
||||
* FIX: Issue 97: Error opening weblink in a browser if it has # inside.
|
||||
* FIX: Issue 99: Vim is not responing while opening arbitrary wiki file.
|
||||
* FIX: Issue 99: Vim is not responding while opening arbitrary wiki file.
|
||||
* FIX: Issue 100: Additional content on diary index page could be
|
||||
corrupted.
|
||||
* NEW: Issue 101: Customized HTML tags. See |g:vimwiki_valid_html_tags|
|
||||
|
Reference in New Issue
Block a user