]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1654 v7.4.1654
authorBram Moolenaar <Bram@vim.org>
Fri, 25 Mar 2016 17:42:46 +0000 (18:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 Mar 2016 17:42:46 +0000 (18:42 +0100)
commit52c6eaffd43a8c8865f8d6ed7cde0a8b137479e2
tree264699b877dca19f40ff696e932b11ef9c1c610c
parentda64ab322ae35e473a24b211d22d05b1439aa05c
patch 7.4.1654
Problem:    Crash when using expand('%:S') in a buffer without a name.
Solution:   Don't set a NUL. (James McCoy, closes #714)
src/eval.c
src/testdir/test_fnamemodify.vim
src/version.c