mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44: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:
@@ -3276,11 +3276,6 @@ usage()
|
||||
main_msg(_("+reverse\t\tDon't use reverse video (also: +rv)"));
|
||||
main_msg(_("-xrm <resource>\tSet the specified resource"));
|
||||
#endif /* FEAT_GUI_X11 */
|
||||
#if defined(FEAT_GUI) && defined(RISCOS)
|
||||
mch_msg(_("\nArguments recognised by gvim (RISC OS version):\n"));
|
||||
main_msg(_("--columns <number>\tInitial width of window in columns"));
|
||||
main_msg(_("--rows <number>\tInitial height of window in rows"));
|
||||
#endif
|
||||
#ifdef FEAT_GUI_GTK
|
||||
mch_msg(_("\nArguments recognised by gvim (GTK+ version):\n"));
|
||||
main_msg(_("-font <font>\t\tUse <font> for normal text (also: -fn)"));
|
||||
|
Reference in New Issue
Block a user