mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 8.1.1194: typos and small problems in source files
Problem: Typos and small problems in source files. Solution: Small fixes.
This commit is contained in:
@@ -508,7 +508,8 @@ fname_trans_sid(char_u *name, char_u *fname_buf, char_u **tofree, int *error)
|
||||
*error = ERROR_SCRIPT;
|
||||
else
|
||||
{
|
||||
sprintf((char *)fname_buf + 3, "%ld_", (long)current_sctx.sc_sid);
|
||||
sprintf((char *)fname_buf + 3, "%ld_",
|
||||
(long)current_sctx.sc_sid);
|
||||
i = (int)STRLEN(fname_buf);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user