diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-08-31 07:24:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-31 07:24:16 +0800 |
| commit | 5ff2ea66873dc0bcd1921158a93e363f009b245d (patch) | |
| tree | 69bdebad4cab1eac3dd17cc1d5cf767b767c3c28 /src/nvim/testdir/test_swap.vim | |
| parent | 518b5c65b0c6f5ee75718048fc661e629a01429b (diff) | |
| download | rneovim-5ff2ea66873dc0bcd1921158a93e363f009b245d.tar.gz rneovim-5ff2ea66873dc0bcd1921158a93e363f009b245d.tar.bz2 rneovim-5ff2ea66873dc0bcd1921158a93e363f009b245d.zip | |
vim-patch:8.2.0301: insufficient testing for exception handling (#20016)
Problem: Insufficient testing for exception handling and the "attention"
prompt.
Solution: Add test cases. (Yegappan Lakshmanan, closes vim/vim#5681)
https://github.com/vim/vim/commit/b654103ad1e379348616f354272db86804ab4bdb
Fix memory leak from last char_u refactor.
Diffstat (limited to 'src/nvim/testdir/test_swap.vim')
| -rw-r--r-- | src/nvim/testdir/test_swap.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_swap.vim b/src/nvim/testdir/test_swap.vim index 923e1cbf50..5c9e39f1f4 100644 --- a/src/nvim/testdir/test_swap.vim +++ b/src/nvim/testdir/test_swap.vim @@ -2,6 +2,7 @@ source check.vim source shared.vim +source term_util.vim func s:swapname() return trim(execute('swapname')) |