Shougo / ddu.vim

Dark deno-powered UI framework for Vim/NeoVim
MIT License
295 stars 24 forks source link

fix: revert refresh target check in cancel #109

Closed Milly closed 6 months ago

Milly commented 6 months ago

This is fixes bug in #107 (and refactor for 39bc2b7).

There is no need to check signal.aborted.

Problem

  1. "quit" then aborts all states.
  2. "cancel" by "redraw" then clear all states, because all states aborted when (1).