diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-05-25 14:52:34 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-05-25 20:52:34 +0200 |
commit | e0348c610c5f84c03f69f638effab27d0c784c7f (patch) | |
tree | 804a9d583f6fbdcfd2595203c7e86c6ae807ac2c /src/nvim/testdir/test_alot.vim | |
parent | 5d6a18f238cfed745e9ad693640e640daef0a522 (diff) | |
download | rneovim-e0348c610c5f84c03f69f638effab27d0c784c7f.tar.gz rneovim-e0348c610c5f84c03f69f638effab27d0c784c7f.tar.bz2 rneovim-e0348c610c5f84c03f69f638effab27d0c784c7f.zip |
vim-patch:8.1.0817: test ":=" command #10062
Problem: ":=" command is not tested.
Solution: Add a test. (Dominique Pelle, closes vim/vim#3859)
https://github.com/vim/vim/commit/99531a7604ce89ba82f41cdb519669abb61f3df0
Diffstat (limited to 'src/nvim/testdir/test_alot.vim')
-rw-r--r-- | src/nvim/testdir/test_alot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_alot.vim b/src/nvim/testdir/test_alot.vim index 971623d3db..d5f19057d0 100644 --- a/src/nvim/testdir/test_alot.vim +++ b/src/nvim/testdir/test_alot.vim @@ -7,6 +7,7 @@ source test_cd.vim source test_changedtick.vim source test_compiler.vim source test_cursor_func.vim +source test_ex_equal.vim source test_ex_undo.vim source test_ex_z.vim source test_execute_func.vim |