mirror of
https://github.com/vim/vim.git
synced 2026-02-19 11:53:56 +01:00
Problem: Shell commands in the GUI use a dumb terminal.
Solution: Add the "!" flag to 'guioptions' to execute system commands in a
special terminal window. Only for Unix now.