mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00
Remove char_u: message:smsg()
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user