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