diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-04-20 23:47:46 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-04-20 23:47:46 +0200 |
commit | 037c54f261818439755d56e318da068f97997fb5 (patch) | |
tree | a0045955e2b9f55971423cc399980bbba6d89731 /src/testdir/test_registers.vim | |
parent | 4c25bd785aa8b565bf973cbba12ed36b76daaa4f (diff) | |
download | vim-git-037c54f261818439755d56e318da068f97997fb5.tar.gz |
patch 8.1.1193: typos and small problems in test filesv8.1.1193
Problem: Typos and small problems in test files.
Solution: Small improvements.
Diffstat (limited to 'src/testdir/test_registers.vim')
-rw-r--r-- | src/testdir/test_registers.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/test_registers.vim b/src/testdir/test_registers.vim index ebcc8e1d0..1b8653e62 100644 --- a/src/testdir/test_registers.vim +++ b/src/testdir/test_registers.vim @@ -163,5 +163,7 @@ func Test_recording_esc_sequence() bwipe! if exists('save_F2') let t_F2 = save_F2 + else + set t_F2= endif endfunc |