From 6f50fd6c35234313e2423cc0ac45223fcea58ba9 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Tue, 9 Dec 2014 22:48:34 -0500 Subject: Remove VMS remnants --- runtime/gvimrc_example.vim | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'runtime/gvimrc_example.vim') diff --git a/runtime/gvimrc_example.vim b/runtime/gvimrc_example.vim index 26b3001220..ad0fa1b982 100644 --- a/runtime/gvimrc_example.vim +++ b/runtime/gvimrc_example.vim @@ -1,14 +1,13 @@ " An example for a gvimrc file. " The commands in this are executed when the GUI is started. " -" Maintainer: Bram Moolenaar -" Last change: 2001 Sep 02 +" Maintainer: Bram Moolenaar +" Last change: 2001 Sep 02 " " To use it, copy it to -" for Unix: ~/.gvimrc -" for Amiga: s:.gvimrc +" for Unix: ~/.gvimrc +" for Amiga: s:.gvimrc " for MS-DOS and Win32: $VIM\_gvimrc -" for OpenVMS: sys$login:.gvimrc " Make external commands work through a pipe instead of a pseudo-tty "set noguipty @@ -16,9 +15,9 @@ " set the X11 font to use " set guifont=-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1 -set ch=2 " Make command line two lines high +set ch=2 " Make command line two lines high -set mousehide " Hide the mouse when typing text +set mousehide " Hide the mouse when typing text " Make shift-insert work like in Xterm map -- cgit From a62fe49d3caa40b8a6efb6528cce725f4dffa78a Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Wed, 10 Dec 2014 00:07:19 -0500 Subject: Remove Amiga remnants Notes regarding the removal of specific items: - Aztec C: only on the Amiga. - mch_check_win(): doesn't exist anymore. - Comment in ex_cmds.c: It seems the context for this comment was removed, but the comment was inadvertantly left alone. --- runtime/gvimrc_example.vim | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/gvimrc_example.vim') diff --git a/runtime/gvimrc_example.vim b/runtime/gvimrc_example.vim index ad0fa1b982..ab9803413b 100644 --- a/runtime/gvimrc_example.vim +++ b/runtime/gvimrc_example.vim @@ -6,7 +6,6 @@ " " To use it, copy it to " for Unix: ~/.gvimrc -" for Amiga: s:.gvimrc " for MS-DOS and Win32: $VIM\_gvimrc " Make external commands work through a pipe instead of a pseudo-tty -- cgit