Skip to content

Commit

Permalink
Don't throw an error when typing <count>o
Browse files Browse the repository at this point in the history
Ref #255
  • Loading branch information
EinfachToll committed Apr 15, 2017
1 parent 39745eb commit 8cdc1c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ftplugin/vimwiki.vim
Expand Up @@ -478,8 +478,8 @@ if !hasmapto('<Plug>VimwikiListToggle', 'i')
endif
inoremap <silent><script><buffer> <Plug>VimwikiListToggle <Esc>:VimwikiListToggle<CR>
nnoremap <silent> <buffer> o :call vimwiki#lst#kbd_o()<CR>
nnoremap <silent> <buffer> O :call vimwiki#lst#kbd_O()<CR>
nnoremap <silent> <buffer> o :<C-U>call vimwiki#lst#kbd_o()<CR>
nnoremap <silent> <buffer> O :<C-U>call vimwiki#lst#kbd_O()<CR>
if !hasmapto('<Plug>VimwikiRenumberList')
nmap <silent><buffer> glr <Plug>VimwikiRenumberList
Expand Down

0 comments on commit 8cdc1c1

Please sign in to comment.