]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0451: No test for escaping '<' with shellescape() v9.1.0451
authorzeertzjq <zeertzjq@outlook.com>
Thu, 30 May 2024 17:27:25 +0000 (19:27 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 30 May 2024 17:27:25 +0000 (19:27 +0200)
commit88c8c547d5fc380e5685c2b01ec564ccdf9b259a
tree4a0dfe9ddf254048b5b61a22e1f50306c808ef59
parent32a5faa6d7592795c6ec77e44dc0357b92b8a681
patch 9.1.0451: No test for escaping '<' with shellescape()

Problem:  No test for escaping '<' with shellescape()
Solution: Add a test.  Use memcpy() in code to make it easier to
          understand.  Fix a typo (zeertzjq).

closes: #14876

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/strings.c
src/structs.h
src/testdir/test_shell.vim
src/version.c