sjbach / lusty

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

Insert mode mappings CRITICAL BUG #39

Closed nibblebot closed 13 years ago

nibblebot commented 13 years ago

pressing , etc in insert mode sometimes causes :call 41_LustyJugglerCancel() to be inserted into my document using macvim latest. It seems it tries to execute a command while in insert mode which is incorrect

sjbach commented 13 years ago

Hi, what version of lusty-juggler are you running? There used to be bug such that it was possible to get into insert mode with the <CR> etc. bindings in place, but that was fixed in January.

nibblebot commented 13 years ago

I'm using LJ 1.3 with MacVim 7.3.107 grabbed with Vundle with Bundle "LustyJuggler" so I believe that just grabs the latest from VIM Scripts which is 1.3

I commented out the 'i' in the map_def(sp?) function. today another bug with BufEnter which said BustyJ was not defined. I'm uninstalling for now. Maybe I can help debug on the weekend.


Joshua Hanson e: joshua.b.hanson@gmail.com

On Tue, Jun 7, 2011 at 5:47 PM, sjbach < reply@reply.github.com>wrote:

Hi, what version of lusty-juggler are you running? There used to be bug such that it was possible to get into insert mode with the <CR> etc. bindings in place, but that was fixed in January.

Reply to this email directly or view it on GitHub: https://github.com/sjbach/lusty/issues/39#comment_1322866

sjbach commented 13 years ago

Okay. I think this issue appears because you've commented out the 'i' binding; that binding prevents lusty-juggler from getting into the uncertain state that you describe. Closing this for now - feel free to reopen if you think I'm incorrect.