sjbach / lusty

LustyExplorer / LustyJuggler for Vim
http://www.vim.org/scripts/script.php?script_id=1890
257 stars 30 forks source link

lusty-juggler - cannot escape insert mode once mistakenly entered #22

Closed aerosol closed 13 years ago

aerosol commented 13 years ago

Hi Stephen,

Steps to reproduce:

  1. Open min. 2 buffers
  2. Trigger lusty-juggler
  3. Press i

Lusty-juggler inserts its function calls into the document. Example output:

"":call <SNR>17_LustyJugglerKeyPressed('d')
e:call <SNR>17_LustyJugglerKeyPressed('d')
e:call <SNR>17_LustyJugglerKeyPressed('k')
:call <SNR>17_LustyJugglerKeyPressed('j')
:call <SNR>17_LustyJugglerKeyPressed('k')
:call <SNR>17_LustyJugglerKeyPressed('j')
i:call <SNR>17_LustyJugglerCancel()

Adam.

sjbach commented 13 years ago

What a gross bug. Should be fixed now, thanks to you. :-) Apologies for being slow to respond to your pull request.

aerosol commented 13 years ago

Np, thank you.