]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0333: illegal memory access when 'complete' ends in a backslash v8.0.0333
authorBram Moolenaar <Bram@vim.org>
Fri, 17 Feb 2017 13:53:15 +0000 (14:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 17 Feb 2017 13:53:15 +0000 (14:53 +0100)
commit226c53429109f24e31c17016aedfd7fbf7a9aa50
treeaa3b07baffa6957250161ba206e8b5f796fe3c06
parent4e9dbc74df24dc22d0eeda3741c3fb0e0e7373bf
patch 8.0.0333: illegal memory access when 'complete' ends in a backslash

Problem:    Illegal memory access when 'complete' ends in a backslash.
Solution:   Check for trailing backslash. (Dominique Pelle, closes #1478)
src/option.c
src/testdir/test_options.vim
src/version.c