gtk - Using Vim warning style in gVim -
when example edited file changed outside of vim, vim issues warning , offers reload file. in command line vim green text on bottom appears, in gvim there gtk+ popup window instead. vim behaviour more, , i'd have in gvim well, how can change that?
there option enable behavior in gui version of vim. if c
set in guioptions
, console-like dialogs used instead of graphical popup ones.
:set guioptions+=c
Comments
Post a Comment