comparison src/testdir/test_window_cmd.vim @ 13072:50aa6da392ce v8.0.1411

patch 8.0.1411: reading invalid memory with CTRL-W : commit https://github.com/vim/vim/commit/2efb323e875d2852f63e41c40641760d1d6b069f Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 19 12:27:23 2017 +0100 patch 8.0.1411: reading invalid memory with CTRL-W : Problem: Reading invalid memory with CTRL-W :. Solution: Correct the command characters. (closes https://github.com/vim/vim/issues/2469)
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Dec 2017 12:30:05 +0100
parents 2d817fd289ba
children 20fb8c711050
comparison
equal deleted inserted replaced
13071:40e1f60f4eeb 13072:50aa6da392ce
465 465
466 bwipeout! 466 bwipeout!
467 call test_garbagecollect_now() 467 call test_garbagecollect_now()
468 endfunc 468 endfunc
469 469
470 func Test_window_colon_command()
471 " This was reading invalid memory.
472 exe "norm! v\<C-W>:\<C-U>echo v:version"
473 endfunc
474
470 " vim: shiftwidth=2 sts=2 expandtab 475 " vim: shiftwidth=2 sts=2 expandtab