diff options
| author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-06-15 22:23:56 -0400 |
|---|---|---|
| committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-06-15 22:24:59 -0400 |
| commit | cb01925eb4cd117475c48b1724c8e6853ba59e83 (patch) | |
| tree | cffd40cedf013443b9421bcf1c644811fc52adb3 /src/nvim/testdir/test_vimscript.vim | |
| parent | b837c5657608a0bd4e1ca5dd86ffb8786e037cfa (diff) | |
| download | rneovim-cb01925eb4cd117475c48b1724c8e6853ba59e83.tar.gz rneovim-cb01925eb4cd117475c48b1724c8e6853ba59e83.tar.bz2 rneovim-cb01925eb4cd117475c48b1724c8e6853ba59e83.zip | |
vim-patch:8.0.1549: various small problems in test files
Problem: Various small problems in test files.
Solution: Include small changes.
https://github.com/vim/vim/commit/5d7ead3bc85eefd0929bfcbb579510c8164ea1be
Diffstat (limited to 'src/nvim/testdir/test_vimscript.vim')
| -rw-r--r-- | src/nvim/testdir/test_vimscript.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_vimscript.vim b/src/nvim/testdir/test_vimscript.vim index 05abf04d65..d0ecbef7e1 100644 --- a/src/nvim/testdir/test_vimscript.vim +++ b/src/nvim/testdir/test_vimscript.vim @@ -1,4 +1,4 @@ -" Test various aspects of the Vim language. +" Test various aspects of the Vim script language. " Most of this was formerly in test49. "------------------------------------------------------------------------------- |