diff options
author | Michael Ennen <mike.ennen@gmail.com> | 2016-04-27 15:06:30 -0700 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-05-06 10:17:59 -0400 |
commit | 79b495195359386d5e19bb4649e1d8bfcb07b8f1 (patch) | |
tree | 22fb08d2f087fd9af94f38997e109c36558e9221 | |
parent | c7f02f4f8d6ff9bb5b618e3e3030759ff54da003 (diff) | |
download | rneovim-79b495195359386d5e19bb4649e1d8bfcb07b8f1.tar.gz rneovim-79b495195359386d5e19bb4649e1d8bfcb07b8f1.tar.bz2 rneovim-79b495195359386d5e19bb4649e1d8bfcb07b8f1.zip |
version.c: update N/A. #4660
vim-patch:7.4.1562 is N/A because do_helptags(..) no longer has a dirname
argument and dirname is explicitly allocated in the method body, so it must be
freed.
Helped-by: oni-link
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 51db539acd..c26fe3e5b7 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -116,7 +116,7 @@ static int included_patches[] = { // 1565, // 1564, // 1563, - // 1562, + // 1562 NA // 1561 NA // 1560, // 1559, |