Mercurial > vim
view src/testdir/setup.vim @ 10841:5c0415a8b96e v8.0.0310
patch 8.0.0310: not enough testing for GUI functionality
commit https://github.com/vim/vim/commit/13c724fb3a630257b736a1c91643b396fee917c1
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Feb 5 20:54:26 2017 +0100
patch 8.0.0310: not enough testing for GUI functionality
Problem: Not enough testing for GUI functionality.
Solution: Add tests for v:windowid and getwinpos[xy](). (Kazunobu Kuriyama)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 05 Feb 2017 21:00:04 +0100 |
parents | 60a06c331524 |
children | bcab4e804c20 |
line wrap: on
line source
" Common preparations for running tests. " Make sure 'runtimepath' and 'packpath' does not include $HOME. set rtp=$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after if has('packages') let &packpath = &rtp endif " Only when the +eval feature is present. if 1 " Make sure $HOME does not get read or written. let $HOME = '/does/not/exist' endif