annotate src/testdir/dos.vim @ 7879:895150cd3e6f
v7.4.1236
commit https://github.com/vim/vim/commit/885f24fbcae2a39ae496ffb3a1e139379be8fae1
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Feb 1 22:54:46 2016 +0100
patch 7.4.1236
Problem: When "syntax manual" was used switching between buffers removes
the highlighting.
Solution: Set the syntax option without changing the value. (Anton
Lindqvist)
author |
Christian Brabandt <cb@256bit.org> |
date |
Mon, 01 Feb 2016 23:00:06 +0100 |
parents |
3fc0f57ecb91 |
children |
f0201deac2a2 |
rev |
line source |
7
|
1 " Settings for test script execution
|
|
2 " Always use "COMMAND.COM", don't use the value of "$SHELL".
|
|
3 set shell=c:\COMMAND.COM shellquote= shellxquote= shellcmdflag=/c shellredir=>
|
|
4 " This is used only when the +eval feature is available.
|
|
5 if executable("cmd.exe")
|
|
6 set shell=cmd.exe
|
|
7 endif
|