sjbach / lusty

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

Error on switching buffers #83

Open cpfaff opened 11 years ago

cpfaff commented 11 years ago

I get the following error message when swiching buffers with LustyJuggler. It switches the buffer as it should but each time it takes a while and I get an error message.

Error on the execution of the function <SNR>57_LustyJugglerKeyPressed":

And right after that message follows several times:

No mapping found

Best Claas

christfo commented 11 years ago

also seeing this. I'll have a dig and see if I can find out what's going on.

cpfaff commented 11 years ago

Do you use the neocomplcache/neosnippet plugins? Then you can add the following to you vimrc

" Compatibility setting for LustyJuggler
let g:neosnippet#disable_select_mode_mappings = 0

But this has the disadvantage that select mode mappings need to be unmapped by hand. A solution on the Lusty-Juggler side would be nice, if possible.

christfo commented 11 years ago

great - thanks, I'll give that a go...