vim-multiedit icon indicating copy to clipboard operation
vim-multiedit copied to clipboard

I have some errors with the function triggerEndEvents

Open inmzombie opened this issue 10 years ago • 0 comments

Hi, I have some errors with the function triggerEndEvents, so in the line 143 in the file multiedit.vim I see, you missing the call to multiedit#triggerEndEvent, I added that call and other error show up, <SID>, so I start to do some research about that error and I find I was some error on vim 7.3 with s:maps, I change de call for multiedit#maps and I did the same for several function so this way the function can miss context. I moved the function triggerEndEvent and triggerStartEvent at the on the script where all that functions are called... This way havent anymore problems whit script. I have some Ideas to, but I'm gonna try first before of solicit the pull. Just in case, sorry my english. I hope you can understand.

inmzombie avatar Sep 20 '15 18:09 inmzombie