andri-ch / gotoword

vim plugin that gives users the possibility to write and access documentation about the word or expr. under cursor
GNU Lesser General Public License v3.0
0 stars 0 forks source link

gotoword.ReadContextState.evaluate() should clear the Vim message area every time it's called #16

Open andri-ch opened 9 years ago

andri-ch commented 9 years ago

gotoword.ReadContextState.evaluate() should clear the Vim message area every time it's called, because, when user calls it multiple times, the message window gets bigger and bigger until it fills the whole screen.

andri-ch commented 9 years ago

AFAIK you can’t clear message history, but you can use your own command instead of :echom http://stackoverflow.com/questions/8629452/is-it-possible-to-clear-message-history-in-gvim