diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-11-06 22:15:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-06 22:15:10 -0500 |
commit | da134270d3e9f8a4824b0e0540bf017f7e59b06e (patch) | |
tree | a42ff47bceb77e172d02e66ca42e54eeb45e0547 /src/nvim/testdir | |
parent | 40a742725ccd472038685ccb99090ee2a6b2c912 (diff) | |
parent | 038e98fd7de10f5442a11eb5d54c39d145559d79 (diff) | |
download | rneovim-da134270d3e9f8a4824b0e0540bf017f7e59b06e.tar.gz rneovim-da134270d3e9f8a4824b0e0540bf017f7e59b06e.tar.bz2 rneovim-da134270d3e9f8a4824b0e0540bf017f7e59b06e.zip |
Merge pull request #13237 from janlazo/vim-8.2.1959
vim-patch:8.1.2422,8.2.{1959,1961,1962,1963}
Diffstat (limited to 'src/nvim/testdir')
-rw-r--r-- | src/nvim/testdir/shared.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/shared.vim b/src/nvim/testdir/shared.vim index 440da67412..0e20ac1593 100644 --- a/src/nvim/testdir/shared.vim +++ b/src/nvim/testdir/shared.vim @@ -243,7 +243,7 @@ func s:feedkeys(timer) call feedkeys('x', 'nt') endfunc -" Get $VIMPROG to run Vim executable. +" Get $VIMPROG to run the Vim executable. " The Makefile writes it as the first line in the "vimcmd" file. " Nvim: uses $NVIM_TEST_ARG0. func GetVimProg() |