view src/testdir/unix.vim @ 22971:f39f960f3ea0 v8.2.2032

patch 8.2.2032: cabalconfig and cabalproject filetypes not recognized Commit: https://github.com/vim/vim/commit/dcbab75db3ba5e812f119e08cda6a02c6b028a14 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 22 15:51:24 2020 +0100 patch 8.2.2032: cabalconfig and cabalproject filetypes not recognized Problem: Cabalconfig and cabalproject filetypes not recognized. Solution: Detect more cabal files. (Marcin Szamotulski, closes https://github.com/vim/vim/issues/7339)
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 Nov 2020 16:00:04 +0100
parents bfd636b8e259
children dbec60b8c253
line wrap: on
line source

" Settings for test script execution
" Always use "sh", don't use the value of "$SHELL".
set shell=sh

" Only when the +eval feature is present. 
if 1
  " While some tests overwrite $HOME to prevent them from polluting user files,
  " we need to remember the original value so that we can tell external systems
  " where to ask about their own user settings.
  let g:tester_HOME = $HOME
endif

source setup.vim