aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-12-12 23:22:50 -0500
committerJames McCoy <jamessan@jamessan.com>2016-12-28 14:57:39 -0500
commitde025d6dd05de41a1226721420ffa51018e07fed (patch)
tree9d9603cee2c9375f93b38a54c7053066b9476b72 /src/nvim/version.c
parentfe03ce23bfc5c45545b53d4959aeeb27d82753ed (diff)
downloadrneovim-de025d6dd05de41a1226721420ffa51018e07fed.tar.gz
rneovim-de025d6dd05de41a1226721420ffa51018e07fed.tar.bz2
rneovim-de025d6dd05de41a1226721420ffa51018e07fed.zip
vim-patch:7.4.2277
Problem: Memory leak in getbufinfo() when there is a sign. (Dominique Pelle) Solution: Remove extra vim_strsave(). https://github.com/vim/vim/commit/6a402edbeb693113f05d9319cd20ec382a0a1a20
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 55d86b3aec..9e555d1694 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -163,7 +163,7 @@ static int included_patches[] = {
// 2280,
// 2279,
// 2278 NA
- // 2277,
+ 2277,
// 2276,
// 2275,
2274,