mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
updated for version 7.3.187
Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code.
This commit is contained in:
@@ -1307,7 +1307,7 @@ mf_do_open(mfp, fname, flags)
|
||||
* fname cannot be NameBuff, because it must have been allocated.
|
||||
*/
|
||||
mf_set_ffname(mfp);
|
||||
#if defined(MSDOS) || defined(MSWIN) || defined(RISCOS)
|
||||
#if defined(MSDOS) || defined(MSWIN)
|
||||
/*
|
||||
* A ":!cd e:xxx" may change the directory without us knowning, use the
|
||||
* full pathname always. Careful: This frees fname!
|
||||
|
Reference in New Issue
Block a user