aboutsummaryrefslogtreecommitdiff
path: root/test/old/testdir/test_makeencoding.vim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-13 14:21:34 +0800
committerGitHub <noreply@github.com>2023-11-13 14:21:34 +0800
commite3e5fadee03a4b623bc0d5f799a82804526941ad (patch)
treef220a9b3337ba1eed73c4cc9269cf88c1ff2db5c /test/old/testdir/test_makeencoding.vim
parent748eae6bb59be742fddec587f9f8171d9d0c6a9e (diff)
parentc23c44f845c8d357093d87f6e2e5636d2a11a8fb (diff)
downloadrneovim-e3e5fadee03a4b623bc0d5f799a82804526941ad.tar.gz
rneovim-e3e5fadee03a4b623bc0d5f799a82804526941ad.tar.bz2
rneovim-e3e5fadee03a4b623bc0d5f799a82804526941ad.zip
Merge pull request #26022 from zeertzjq/vim-8.0.1592
vim-patch:partial:8.0.1592,8.1.{0870,partial:1218,1581,2276,2373},8.2.{2112,4850}
Diffstat (limited to 'test/old/testdir/test_makeencoding.vim')
-rw-r--r--test/old/testdir/test_makeencoding.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/old/testdir/test_makeencoding.vim b/test/old/testdir/test_makeencoding.vim
index e297bdc228..0a49fba755 100644
--- a/test/old/testdir/test_makeencoding.vim
+++ b/test/old/testdir/test_makeencoding.vim
@@ -1,7 +1,9 @@
" Tests for 'makeencoding'.
source shared.vim
+source check.vim
+CheckFeature quickfix
let s:python = PythonProg()
if s:python == ''
throw 'Skipped: python program missing'