kana / vim-submode

Vim plugin: Create your own submodes
http://www.vim.org/scripts/script.php?script_id=2467
217 stars 24 forks source link

Minor aesthetic fix #18

Closed LFDM closed 10 years ago

LFDM commented 10 years ago

When the submode is not shown, the last thing you see from a submode upon leaving is a message of its last expression evaluated => =<SNR>131_on_leaving_submode('my_submode') This has a little debuggy feel for and clutters up the message line, imo it can safely be silenced. This could be arguably made optional, personally I would just disable it and be done with it.

kana commented 10 years ago

Thank you for the patch.

By the way, if you have other opportunities to send patches, please send also an example configuration like #9 to reproduce the problem for smooth communication. Sometimes things are not obvious for others.

LFDM commented 10 years ago

Ok, sorry, thought in this case the problem was minor enough, but you're right, will add something more descriptive the next time.

Thx for the fix!