view src/testdir/dos.vim @ 20261:aafedd368f40 v8.2.0686

patch 8.2.0686: formatoptions not sufficiently tested Commit: https://github.com/vim/vim/commit/2eaeaf3c317a5145fb0bc926411561d50883019b Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 3 16:04:43 2020 +0200 patch 8.2.0686: formatoptions not sufficiently tested Problem: Formatoptions not sufficiently tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6031)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 May 2020 16:15:03 +0200
parents f0201deac2a2
children
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

source setup.vim