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
Read free Software Algorithms and Computer Science Books by CodeAhoy Learn.
Introduction to Recursion and Backtracking