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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -