Skip to content

Commit

Permalink
Merge pull request #1452 from fox0430/fix#1449
Browse files Browse the repository at this point in the history
Fix #1449
  • Loading branch information
fox0430 authored Nov 4, 2021
2 parents f043256 + 87af433 commit 91148b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/moepkg/commandview.nim
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,9 @@ proc getKeyOnceAndWriteCommandView*(
status.commandLine.window.moveLeft(exStatus)
elif isRightkey(key):
exStatus.moveRight
if status.settings.popUpWindowInExmode:
status.deletePopUpWindow
status.update
elif isUpKey(key):
if isSearch: setPrevSearchHistory()
else: setPrevCommandHistory()
Expand Down

0 comments on commit 91148b6

Please sign in to comment.