comparison src/testdir/test_makeencoding.vim @ 18767:068337e86133 v8.1.2373

patch 8.1.2373: cannot build with +popupwin but without +quickfix Commit: https://github.com/vim/vim/commit/5a4c3082d7ab51b3d448a91578479c96c1ab0ad3 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 1 15:23:11 2019 +0100 patch 8.1.2373: cannot build with +popupwin but without +quickfix Problem: Cannot build with +popupwin but without +quickfix. (John Marriott) Solution: Adjust #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Dec 2019 15:30:04 +0100
parents 8e9e9124c7a2
children 08940efa6b4e
comparison
equal deleted inserted replaced
18766:3cc0ddf2abd0 18767:068337e86133
1 " Tests for 'makeencoding'. 1 " Tests for 'makeencoding'.
2 2
3 source shared.vim 3 source shared.vim
4 source check.vim
4 5
6 CheckFeature quickfix
5 let s:python = PythonProg() 7 let s:python = PythonProg()
6 if s:python == '' 8 if s:python == ''
7 throw 'Skipped: python program missing' 9 throw 'Skipped: python program missing'
8 endif 10 endif
9 11