diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-09-01 14:45:28 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-09-01 14:45:28 +0200 |
commit | 1bc353b6f1b063e189e0cef26f8dc586dcf9161f (patch) | |
tree | 79221062c2d8fdff55380c21c9f35884f1468c64 /src/testdir/screendump.vim | |
parent | 02b31110d31e995326080807716e79e38fe501df (diff) | |
download | vim-git-1bc353b6f1b063e189e0cef26f8dc586dcf9161f.tar.gz |
patch 8.1.1955: tests contain typosv8.1.1955
Problem: Tests contain typos.
Solution: Correct the typos. (Dominique Pelle)
Diffstat (limited to 'src/testdir/screendump.vim')
-rw-r--r-- | src/testdir/screendump.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/screendump.vim b/src/testdir/screendump.vim index cc1c239da..d04d96d98 100644 --- a/src/testdir/screendump.vim +++ b/src/testdir/screendump.vim @@ -24,7 +24,7 @@ func VerifyScreenDump(buf, filename, options, ...) let reference = 'dumps/' . a:filename . '.dump' let testfile = 'failed/' . a:filename . '.dump' - " Redraw to execut the code that updates the screen. Otherwise we get the + " Redraw to execute the code that updates the screen. Otherwise we get the " text and attributes only from the internal buffer. redraw |