comparison src/version.c @ 8939:36cb3aff8c1c v7.4.1755

commit https://github.com/vim/vim/commit/517ffbee0d5b7b46320726faaa330b61f54e867c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 20 14:59:29 2016 +0200 patch 7.4.1755 Problem: When using getreg() on a non-existing register a NULL list is returned. (Bjorn Linse) Solution: Allocate an empty list. Add a test.
author Christian Brabandt <cb@256bit.org>
date Wed, 20 Apr 2016 15:00:06 +0200
parents da4f6e238374
children 0e7b1897ceb3
comparison
equal deleted inserted replaced
8938:4194081ee261 8939:36cb3aff8c1c
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1755,
751 /**/ 753 /**/
752 1754, 754 1754,
753 /**/ 755 /**/
754 1753, 756 1753,
755 /**/ 757 /**/