mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
updated for version 7.0021
This commit is contained in:
@@ -683,7 +683,7 @@ mch_nodetype(name)
|
||||
mch_early_init()
|
||||
{
|
||||
/* Turn off all the horrible filename munging in UnixLib. */
|
||||
__riscosify_control = __RISCOSIFY_NO_PROCESS;
|
||||
int __riscosify_control = __RISCOSIFY_NO_PROCESS;
|
||||
}
|
||||
|
||||
void
|
||||
@@ -755,7 +755,7 @@ mch_setmouse(on)
|
||||
mch_screenmode(arg)
|
||||
char_u *arg;
|
||||
{
|
||||
EMSG(_(e_screnmode));
|
||||
EMSG(_(e_screenmode));
|
||||
return FAIL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user