Mercurial > vim
view src/testdir/dos.vim @ 2721:417c04135ca2 v7.3.137
updated for version 7.3.137
Problem: When 'lazyredraw' is set the screen may not be updated. (Ivan
Krasilnikov)
Solution: Call update_screen() before waiting for input.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 03 Mar 2011 15:04:08 +0100 |
parents | 3fc0f57ecb91 |
children | f0201deac2a2 |
line wrap: on
line source
" Settings for test script execution " Always use "COMMAND.COM", don't use the value of "$SHELL". set shell=c:\COMMAND.COM shellquote= shellxquote= shellcmdflag=/c shellredir=> " This is used only when the +eval feature is available. if executable("cmd.exe") set shell=cmd.exe endif