diff options
| author | James McCoy <jamessan@jamessan.com> | 2016-03-28 09:47:46 -0400 | 
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2016-03-30 08:30:35 -0400 | 
| commit | 7558f42f7d9900d37a1915ce78f1102ee251d420 (patch) | |
| tree | 42b54298c1c2638a8c8c80d18a7a6c5210f8d9b7 /src/nvim/version.c | |
| parent | 62c0d99474eb0dffcd36d227057755c16c8a9570 (diff) | |
| download | rneovim-7558f42f7d9900d37a1915ce78f1102ee251d420.tar.gz rneovim-7558f42f7d9900d37a1915ce78f1102ee251d420.tar.bz2 rneovim-7558f42f7d9900d37a1915ce78f1102ee251d420.zip | |
vim-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 vim/vim#714)
https://github.com/vim/vim/commit/52c6eaffd43a8c8865f8d6ed7cde0a8b137479e2
Diffstat (limited to 'src/nvim/version.c')
| -rw-r--r-- | src/nvim/version.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/nvim/version.c b/src/nvim/version.c index bab3d1573a..8cd0a13363 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -69,6 +69,7 @@ static char *features[] = {  // clang-format off  static int included_patches[] = { +  1654,    1652,    1643,    1641, | 
