projects
/
vim
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be82c25
)
patch 7.4.1500
v7.4.1500
author
Bram Moolenaar
<Bram@vim.org>
Sun, 6 Mar 2016 13:58:28 +0000
(14:58 +0100)
committer
Bram Moolenaar
<Bram@vim.org>
Sun, 6 Mar 2016 13:58:28 +0000
(14:58 +0100)
Problem: Should_free flag set to FALSE.
Solution: Set it to TRUE. (Neovim 4415)
src/ex_eval.c
patch
|
blob
|
history
src/version.c
patch
|
blob
|
history
diff --git
a/src/ex_eval.c
b/src/ex_eval.c
index c68c6ad189bb3b77abe92329019e9f9d467b5daa..3fd470c10b2d18c331629a1de851ec30587c6130 100644
(file)
--- a/
src/ex_eval.c
+++ b/
src/ex_eval.c
@@
-432,7
+432,7
@@
get_exception_string(
if (type == ET_ERROR)
{
- *should_free =
FALS
E;
+ *should_free =
TRU
E;
mesg = ((struct msglist *)value)->throw_msg;
if (cmdname != NULL && *cmdname != NUL)
{
@@
-489,7
+489,7
@@
get_exception_string(
else
{
*should_free = FALSE;
- ret = (char_u *)
value;
+ ret = (char_u *)value;
}
return ret;
diff --git
a/src/version.c
b/src/version.c
index 6ce39932addedd155f0b6a2d968fa714695f2f1a..106fa20819baab0cbee39a3ca7f9c8b2ff055110 100644
(file)
--- a/
src/version.c
+++ b/
src/version.c
@@
-743,6
+743,8
@@
static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1500,
/**/
1499,
/**/