aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-08-12 18:22:47 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-08-12 18:28:38 +0200
commitc87dbadc44f7d3705c7cf4e4dc7345da33f63e1a (patch)
treef12cdcda2c79c9daf908813fa2c2ec292bd2c2e5 /src/nvim/version.c
parent7dc5e8fb8b9265dcb97e8fe4c7c6ee902be33614 (diff)
downloadrneovim-c87dbadc44f7d3705c7cf4e4dc7345da33f63e1a.tar.gz
rneovim-c87dbadc44f7d3705c7cf4e4dc7345da33f63e1a.tar.bz2
rneovim-c87dbadc44f7d3705c7cf4e4dc7345da33f63e1a.zip
vim-patch:8.0.0235
Problem: Memory leak detected when running tests for diff mode. Solution: Free p_extra_free. https://github.com/vim/vim/commit/b031c4ea04eb1e37a873fbb85e90d835aa1e2b1c
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index a1655f1caa..f4984864f3 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -717,7 +717,7 @@ static const int included_patches[] = {
// 238,
// 237,
// 236,
- // 235,
+ 235,
// 234,
// 233,
// 232 NA