mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0109
This commit is contained in:
@@ -2769,8 +2769,7 @@ netbeans_inserted(
|
||||
|
||||
/* send the "insert" EVT */
|
||||
newtxt = alloc(newlen + 1);
|
||||
STRNCPY(newtxt, txt, newlen);
|
||||
newtxt[newlen] = '\0';
|
||||
vim_strncpy(newtxt, txt, newlen);
|
||||
p = nb_quote(newtxt);
|
||||
if (p != NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user