Mercurial > vim
view src/testdir/test_preview.vim @ 18235:88716bc1c20b v8.1.2112
patch 8.1.2112: build number for ConPTY is outdated
Commit: https://github.com/vim/vim/commit/4c063dde73c618b0728016d221ef130d9e9ec968
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Oct 4 21:29:12 2019 +0200
patch 8.1.2112: build number for ConPTY is outdated
Problem: Build number for ConPTY is outdated.
Solution: Update to new build number. (Nobuhiro Takasaki, closes https://github.com/vim/vim/issues/5014)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 04 Oct 2019 21:30:05 +0200 |
parents | 5e36b2f825cb |
children | 068337e86133 |
line wrap: on
line source
" Tests for the preview window func Test_Psearch() " this used to cause ml_get errors help let wincount = winnr('$') 0f ps. call assert_equal(wincount + 1, winnr('$')) pclose call assert_equal(wincount, winnr('$')) bwipe endfunc