Allow VimwikiToggleListItem mapping to be replaced (#1047)

* Allow VimwikiToggleListItem mapping to be replaced

Currently VimwikiToggleListItem mapping cannot be removed but only new mapping
to it can be added. This commit will allow to add custom binding to this
function and release default mapping of <C-space> and <C-@>, which was how it
was before https://github.com/vimwiki/vimwiki/pull/686

* Update changelog + contributor list

* endi -> endif

Co-authored-by: Tinmarino <tinmarino@gmail.com>
This commit is contained in:
Rajesh Sharma
2020-11-13 02:22:25 +01:00
committed by GitHub
parent dc2b16a587
commit 48baa1f4cd
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -3843,6 +3843,7 @@ Contributors and their Github usernames in roughly chronological order:
- David Sierra DiazGranados (@davidsierradz)
- Daniel Moura (@dmouraneto)
- Tomáš Janoušek (@liskin)
- Rajesh Sharem (@deepredsky)
==============================================================================
16. Changelog *vimwiki-changelog*
@@ -3888,6 +3889,7 @@ New:~
* PR #934: RSS feed generation for diary with :VimwikiRss.
Changed:~
* PR #1047: Allow to replace default mapping of VimwikiToggleListItem
* VimwikiCheckLinks work on current wiki or on range
Removed:~