From f49a91501b3537e08e4d561cff545bb97450c866 Mon Sep 17 00:00:00 2001 From: Tinmarino Date: Sun, 17 May 2020 14:07:16 -0400 Subject: [PATCH] Fix: Command [count]o can't repeat in vimwiki Issue #776 --- doc/vimwiki.txt | 1 + ftplugin/vimwiki.vim | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt index 796d234..4632040 100644 --- a/doc/vimwiki.txt +++ b/doc/vimwiki.txt @@ -3626,6 +3626,7 @@ Fixed:~ * Issue #835: Pressing enter on the dash of a markdown list causes an error. * Issue #876: E684: list index out of range: 0, when creating a link containing a `.`. * Issue #803: `:VimwikiGenerateLinks` for subdirectory only + * Issue #776: Command [count]o can't repeat in vimwiki 2.4 (2019-03-24)~ diff --git a/ftplugin/vimwiki.vim b/ftplugin/vimwiki.vim index 2837fa1..229cded 100644 --- a/ftplugin/vimwiki.vim +++ b/ftplugin/vimwiki.vim @@ -432,9 +432,9 @@ noremap