diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-07-23 14:18:43 +0800 |
|---|---|---|
| committer | zeertzjq <zeertzjq@outlook.com> | 2022-07-23 14:22:08 +0800 |
| commit | 264791925a76412ed9109028d0d694f7847249be (patch) | |
| tree | 0a65d6dc02c9b644a0111a2e7c5b87aa0f9742de /src/nvim/testdir/test_alot.vim | |
| parent | d0ced2a127ab3974deaefcfab214b564b1ef48e7 (diff) | |
| download | rneovim-264791925a76412ed9109028d0d694f7847249be.tar.gz rneovim-264791925a76412ed9109028d0d694f7847249be.tar.bz2 rneovim-264791925a76412ed9109028d0d694f7847249be.zip | |
vim-patch:9.0.0059: test file has wrong name
Problem: Test file has wrong name.
Solution: Rename the file. Various small fixes. (closes vim/vim#10674)
https://github.com/vim/vim/commit/bb404f5ad5ec909318bc24e5b82e4ed7b87ba8f4
Diffstat (limited to 'src/nvim/testdir/test_alot.vim')
| -rw-r--r-- | src/nvim/testdir/test_alot.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_alot.vim b/src/nvim/testdir/test_alot.vim index 43a519bc84..966b8ef571 100644 --- a/src/nvim/testdir/test_alot.vim +++ b/src/nvim/testdir/test_alot.vim @@ -10,7 +10,6 @@ source test_ex_z.vim source test_ex_mode.vim source test_expand.vim source test_expand_func.vim -source test_feedkeys.vim source test_file_perm.vim source test_fnamemodify.vim source test_ga.vim |