From ba1e2ce287752a1bd30d52f77493a5bb582c2349 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Tue, 18 Nov 2014 01:44:47 -0500 Subject: Remove OS/2 references Paul Slootman was removed from the top of os_unix.c as OS/2 is no longer supported, but is still credited in runtime/doc/intro.txt. --- runtime/menu.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/menu.vim') diff --git a/runtime/menu.vim b/runtime/menu.vim index 5c5bb97208..e0745585a6 100644 --- a/runtime/menu.vim +++ b/runtime/menu.vim @@ -188,7 +188,7 @@ an 20.435 &Edit.Startup\ &Settings :call EditVimrc() fun! s:EditVimrc() if $MYVIMRC != '' let fname = $MYVIMRC - elseif has("win32") || has("dos32") || has("dos16") || has("os2") + elseif has("win32") || has("dos32") || has("dos16") if $HOME != '' let fname = $HOME . "/_vimrc" else -- cgit