AshokEmrys / conque

code.google.com/p/conque
0 stars 0 forks source link

Make a setting to turn off specific warnings #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install both the ConqueTerm plugin and the AutoComplPop
2. Open a ConqeuTerm window (:ConqeTermVSplit bash for instance)
3. ConqueTerm will warn about not running smoothly, but will do so anyway

What version of the product are you using? On what operating system?
Using a repo vim install on Ubuntu 10.10 and 11.04, latest ConqueTerm, latest 
ACP

Please provide any additional information below.
In my case, ConqueTerm warns because I have AutoComplPop installed, which has a 
CursorMoved and a CursorMovedI au setup. 

Even though everything runs smoothly (the warning says it might not) ConqueTerm 
warns every first time when I open a shell inside vim for the first time.

I could, of course, solve the problem on my end by just removing the check 
lines from the .vim file, but a prettier solution is probably better.

Original issue reported on code.google.com by saka...@gmail.com on 7 Aug 2011 at 10:24

GoogleCodeExporter commented 8 years ago
2.2 (just release) now will look for the g:ConqueTerm_StartMessages config 
option. Add this to your .vimrc to hide the warnings:

let g:ConqueTerm_StartMessages = 0

Original comment by nicora...@gmail.com on 13 Aug 2011 at 12:40