pkt / lh-vim

Luc Hermitte's lh-vim to save it from google code closing
0 stars 0 forks source link

A flashing message. #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install the SVN version
2. Start GVim on a C++ source / header file.

What is the expected output?
Nothing

What do you see instead?
A flashing message at launching GVim on a C++ source or header file, which
disappears just after appearing.

How to fix the bug ?
Edit the file after/plugin ; line 962 :
{{{
<  call lh#menu#DefToggleItem(s:AutoInsertMenu)
>  call lh#menu#def_toggle_item(s:AutoInsertMenu)
}}}

Sorry if I disturb you, I just want to help you fixing some bugs quicker :)

Original issue reported on code.google.com by ekinox1...@gmail.com on 15 May 2010 at 6:19

GoogleCodeExporter commented 9 years ago
Don't be sorry. Pointing at bugs and their solutions helps me a lot. First to 
get
motivated, and second to improve my scripts. Thanks !

(In this case, the "bug" has been fixed weeks ago on my hard drive), but the 
patch
has not been commited yet)

Original comment by luc.herm...@gmail.com on 17 May 2010 at 2:00