view src/testdir/unix.vim @ 30675:bc48f3752d8d v9.0.0672

patch 9.0.0672: line partly shows with 'smoothscroll' and 'scrolloff' zero Commit: https://github.com/vim/vim/commit/9bab7a024393200bb2c03b3abddfda86436990a7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 6 14:57:53 2022 +0100 patch 9.0.0672: line partly shows with 'smoothscroll' and 'scrolloff' zero Problem: Cursor line only partly shows with 'smoothscroll' and 'scrolloff' zero. Solution: Do not use 'smoothscroll' when adjusting the bottom of the window. (closes #11269)
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Oct 2022 16:00: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