diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-12-13 13:12:53 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-12-13 13:12:53 +0000 |
commit | 739f13a55b4982efb37ebc9282e7f79975fff982 (patch) | |
tree | 7ff6654580ba561b06c1fccaf2dffbf8a2334815 /src/testdir/test_changelist.vim | |
parent | 33b968dc60c5fa39451098e680c7559ebc65d1a7 (diff) | |
download | vim-git-739f13a55b4982efb37ebc9282e7f79975fff982.tar.gz |
patch 8.2.3795: too many #ifdefsv8.2.3795
Problem: Too many #ifdefs.
Solution: Graduate the jumplist feature.
Diffstat (limited to 'src/testdir/test_changelist.vim')
-rw-r--r-- | src/testdir/test_changelist.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/testdir/test_changelist.vim b/src/testdir/test_changelist.vim index 9b28ede77..872b87ae4 100644 --- a/src/testdir/test_changelist.vim +++ b/src/testdir/test_changelist.vim @@ -1,11 +1,7 @@ " Tests for the changelist functionality -source check.vim - " Tests for the getchangelist() function func Test_getchangelist() - CheckFeature jumplist - bwipe! enew call assert_equal([], 10->getchangelist()) |