[SCM] Vim packaging branch, master, updated. debian/7.2.010-1-7-g2cd74df
James Vega
jamessan at debian.org
Fri Oct 3 17:35:02 UTC 2008
The following commit has been merged in the master branch:
commit 73ad7fec1a2d7ed3c5b4ba114382f67ac1b59e4f
Author: James Vega <jamessan at debian.org>
Date: Thu Oct 2 19:01:41 2008 -0400
NUL-terminate the identifier string
Signed-off-by: James Vega <jamessan at debian.org>
diff --git a/src/normal.c b/src/normal.c
index 462bd35..91c305e 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -5519,6 +5519,7 @@ nv_ident(cap)
if (cmdchar == 'K' && !kp_help)
{
/* Escape the argument properly for a shell command */
+ ptr[n] = NUL;
p = vim_strsave_shellescape(ptr, TRUE);
if (p == NULL)
{
--
Vim packaging
More information about the pkg-vim-maintainers
mailing list