onivim / oni

Oni: Modern Modal Editing - powered by Neovim
https://www.onivim.io
MIT License
11.35k stars 299 forks source link

Fix for next/previous command errors #2535

Closed psxpaul closed 6 years ago

psxpaul commented 6 years ago

This should fix #2534

codecov[bot] commented 6 years ago

Codecov Report

Merging #2535 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2535   +/-   ##
=======================================
  Coverage   44.51%   44.51%           
=======================================
  Files         351      351           
  Lines       14302    14302           
  Branches     1865     1865           
=======================================
  Hits         6367     6367           
  Misses       7709     7709           
  Partials      226      226

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5beff5f...2a38482. Read the comment docs.

bryphe commented 6 years ago

Awesome! I've been wanting this functionality for a long time - thanks @psxpaul ! (And thanks @Akin909 for the review!)