kana / vim-smartword

Vim plugin: Smart motions on words
http://www.vim.org/scripts/script.php?script_id=2470
70 stars 8 forks source link

`e` and `ge` do not accept counts in visual or operator mode #3

Closed Konfekt closed 9 years ago

Konfekt commented 10 years ago

If sourcing

   xmap <silent><buffer> e  <Plug>(smartword-e)
   xmap <silent><buffer> ge <Plug>(smartword-ge)
   omap <silent><buffer> e  <Plug>(smartword-e)
   omap <silent><buffer> ge <Plug>(smartword-ge)

then neither e nor ge accept counts, neither in visual nor operator operator mode.