comparison src/testdir/test_viminfo.vim @ 23911:30e3a7a33b66 v8.2.2498

patch 8.2.2498: no test for what 8.2.2494 fixes Commit: https://github.com/vim/vim/commit/5affc034680a95eabfbfca763bedf86ae0a79c44 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 11 18:36:30 2021 +0100 patch 8.2.2498: no test for what 8.2.2494 fixes Problem: No test for what 8.2.2494 fixes. Solution: Add a simple change to test the fix. (closes https://github.com/vim/vim/issues/7818)
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 Feb 2021 18:45:03 +0100
parents d768cdd50602
children 6d3dee0d7de5
comparison
equal deleted inserted replaced
23910:6cfb5e0231e0 23911:30e3a7a33b66
636 \ "\t\"\t11\t0", 636 \ "\t\"\t11\t0",
637 \ "", 637 \ "",
638 \ ] 638 \ ]
639 call writefile(lines, 'Xviminfo') 639 call writefile(lines, 'Xviminfo')
640 delmark E 640 delmark E
641 edit /tmp/file_two.txt
641 rviminfo! Xviminfo 642 rviminfo! Xviminfo
642 call delete('Xviminfo') 643 call delete('Xviminfo')
643 644
644 call assert_equal('h viminfo', histget(':')) 645 call assert_equal('h viminfo', histget(':'))
645 call assert_equal('session', histget('/')) 646 call assert_equal('session', histget('/'))