diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-04-11 13:31:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-11 13:31:05 +0200 |
| commit | b358054694765b595ff3ef64a5b0bba98628c218 (patch) | |
| tree | 9fa3588c03a633a70820f6dc025858946f877484 /src/nvim/testdir | |
| parent | 21b108fe445452e6e35621184fc77623dc64f9a3 (diff) | |
| parent | 5cf96fc14108812433b5abcab31568168bc50d57 (diff) | |
| download | rneovim-b358054694765b595ff3ef64a5b0bba98628c218.tar.gz rneovim-b358054694765b595ff3ef64a5b0bba98628c218.tar.bz2 rneovim-b358054694765b595ff3ef64a5b0bba98628c218.zip | |
Merge pull request #9880 from janlazo/vim-8.0.0725
closes #9879
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/test_window_cmd.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_window_cmd.vim b/src/nvim/testdir/test_window_cmd.vim index d3b496635d..003a23ea7b 100644 --- a/src/nvim/testdir/test_window_cmd.vim +++ b/src/nvim/testdir/test_window_cmd.vim @@ -691,4 +691,9 @@ func Test_winnr() only | tabonly endfunc +func Test_window_colon_command() + " This was reading invalid memory. + exe "norm! v\<C-W>:\<C-U>echo v:version" +endfunc + " vim: shiftwidth=2 sts=2 expandtab |