0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 7.4.725

Problem:    ":call setreg('"', [])" reports an internal error.
Solution:   Make the register empty. (Yasuhiro Matsumoto)
This commit is contained in:
Bram Moolenaar
2015-05-04 20:19:21 +02:00
parent 7bc25aed33
commit 659c94d483
2 changed files with 10 additions and 0 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
725,
/**/
724,
/**/