aboutsummaryrefslogtreecommitdiff
path: root/test/old/testdir/test_autoload.vim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-07-31 09:39:31 +0800
committerzeertzjq <zeertzjq@outlook.com>2024-07-31 10:49:57 +0800
commit30f85fcb7f86857d70601569847e6bd0019fa54c (patch)
treee28aaa8e9449b38e5cc25386575e8a05b9084a84 /test/old/testdir/test_autoload.vim
parent619cb143f93fbf75adde9710415a74d36c8eb63d (diff)
downloadrneovim-30f85fcb7f86857d70601569847e6bd0019fa54c.tar.gz
rneovim-30f85fcb7f86857d70601569847e6bd0019fa54c.tar.bz2
rneovim-30f85fcb7f86857d70601569847e6bd0019fa54c.zip
vim-patch:9.1.0419: eval.c not sufficiently tested
Problem: eval.c not sufficiently tested Solution: Add a few more additional tests for eval.c, (Yegappan Lakshmanan) closes: vim/vim#14799 https://github.com/vim/vim/commit/4776e64e72de2976ff90b17d236e50e2b02c5540 Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Diffstat (limited to 'test/old/testdir/test_autoload.vim')
-rw-r--r--test/old/testdir/test_autoload.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/old/testdir/test_autoload.vim b/test/old/testdir/test_autoload.vim
index e89fe3943b..156387a2d2 100644
--- a/test/old/testdir/test_autoload.vim
+++ b/test/old/testdir/test_autoload.vim
@@ -21,5 +21,4 @@ func Test_source_autoload()
call assert_equal(1, g:loaded_sourced_vim)
endfunc
-
" vim: shiftwidth=2 sts=2 expandtab