view src/testdir/unix.vim @ 26688:4b8d0a62f78b v8.2.3873

patch 8.2.3873: go.mod files are not recognized Commit: https://github.com/vim/vim/commit/82b3b4c6cf2973fe767f8e2311482af0bd95267e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 22 19:19:08 2021 +0000 patch 8.2.3873: go.mod files are not recognized Problem: go.mod files are not recognized. Solution: Check for the file name. (closes https://github.com/vim/vim/issues/9380)
author Bram Moolenaar <Bram@vim.org>
date Wed, 22 Dec 2021 20:30: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