Remove char_u: message:smsg()

This commit is contained in:
Michael Reed
2015-05-13 15:29:50 -04:00
parent d666b0e48f
commit 3c5864772f
20 changed files with 192 additions and 204 deletions

View File

@@ -28,7 +28,7 @@ int os_chdir(const char *path)
{
if (p_verbose >= 5) {
verbose_enter();
smsg((char_u *)"chdir(%s)", path);
smsg("chdir(%s)", path);
verbose_leave();
}
return uv_chdir(path);