For some questions, like when a file is changed outside of Vim, Vim

displays a GUI dialog box. How do I replace this GUI dialog box with a console dialog box? You can set the ‘c’ flag in the ‘guioptions’ option to configure Vim to use console dialogs instead of GUI dialogs:

    :set guioptions+=c

Comments (1)


Pepsh Pepshinsky

Let’s see you to :help viminfo-file-name (option -i) :set viminfofile=NONE


Speak Your Mind