diff src/testdir/test_registers.vim @ 16376:3b5d401a58ce v8.1.1193

patch 8.1.1193: typos and small problems in test files commit https://github.com/vim/vim/commit/037c54f261818439755d56e318da068f97997fb5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 20 23:47:46 2019 +0200 patch 8.1.1193: typos and small problems in test files Problem: Typos and small problems in test files. Solution: Small improvements.
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Apr 2019 00:00:04 +0200
parents f4c282082ec8
children 62d84ef82f96
line wrap: on
line diff
--- 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