mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
patch 7.4.1968
Problem: Invalid memory access with "\<C-">. Solution: Do not recognize this as a special character. (Dominique Pelle)
This commit is contained in:
@@ -101,3 +101,8 @@ endfunc
|
||||
func Test_set_reg_null_list()
|
||||
call setreg('x', test_null_list())
|
||||
endfunc
|
||||
|
||||
func Test_special_char()
|
||||
" The failure is only visible using valgrind.
|
||||
call assert_fails('echo "\<C-">')
|
||||
endfunc
|
||||
|
Reference in New Issue
Block a user