0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.0073

This commit is contained in:
Bram Moolenaar
2005-05-19 21:08:39 +00:00
parent 051b782fa0
commit 555b280f28
23 changed files with 331 additions and 208 deletions

View File

@@ -3433,7 +3433,7 @@ syn_cmd_onoff(eap, name)
if (!eap->skip)
{
STRCPY(buf, "so ");
sprintf((char *)buf + 3, SYNTAX_FNAME, name);
vim_snprintf((char *)buf + 3, sizeof(buf) - 3, SYNTAX_FNAME, name);
do_cmdline_cmd(buf);
}
}