diff src/testdir/test_digraph.vim @ 20947:1c71605f0c5d v8.2.1025

patch 8.2.1025: tabpage menu and tabline not sufficiently tested Commit: https://github.com/vim/vim/commit/8c524f76ebd43f006e765534765b595de7095f12 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 21 13:23:45 2020 +0200 patch 8.2.1025: tabpage menu and tabline not sufficiently tested Problem: Tabpage menu and tabline not sufficiently tested. Solution: Add tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6307)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Jun 2020 13:30:04 +0200
parents 505d97ea54da
children 08940efa6b4e
line wrap: on
line diff
--- a/src/testdir/test_digraph.vim
+++ b/src/testdir/test_digraph.vim
@@ -503,7 +503,7 @@ func Test_loadkeymap_error()
   call delete('Xkeymap')
 endfunc
 
-" Test for the characters displayed one the screen when entering a digraph
+" Test for the characters displayed on the screen when entering a digraph
 func Test_entering_digraph()
   CheckRunVimInTerminal
   let buf = RunVimInTerminal('', {'rows': 6})