view src/testdir/unix.vim @ 18327:0e9d3a77c624 v8.1.2158

patch 8.1.2158: terminal attributes missing in Terminal-normal mode Commit: https://github.com/vim/vim/commit/17efc7fa05daea1e916a25620c71a5626b7f298d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 16 18:11:31 2019 +0200 patch 8.1.2158: terminal attributes missing in Terminal-normal mode Problem: Terminal attributes missing in Terminal-normal mode. Solution: Use "syntax_attr".
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 2019 18:15:04 +0200
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