view src/testdir/unix.vim @ 30461:0b8d532e124d v9.0.0566

patch 9.0.0566: Nim files are not recognized Commit: https://github.com/vim/vim/commit/9fd1583c839c5e43b0d48ec815a79005a2364776 Author: Nbiba Bedis <bedisnbiba@gmail.com> Date: Sat Sep 24 11:04:38 2022 +0100 patch 9.0.0566: Nim files are not recognized Problem: Nim files are not recognized. Solution: Add patterns for Nim files. (Nbiba Bedis, closes https://github.com/vim/vim/issues/11205)
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Sep 2022 12: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