aboutsummaryrefslogtreecommitdiff
path: root/runtime/menu.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-11-28 15:38:43 -0500
committerJustin M. Keyes <justinkz@gmail.com>2014-11-28 15:38:43 -0500
commit414199c54b92a60c3c97ccb5043668c69eedd173 (patch)
treece0f730d0bc0a16f09284d49c35e76631a0a3b53 /runtime/menu.vim
parent371594fe9a64f72b99e0128c276e10164e7026e1 (diff)
parentba1e2ce287752a1bd30d52f77493a5bb582c2349 (diff)
downloadrneovim-414199c54b92a60c3c97ccb5043668c69eedd173.tar.gz
rneovim-414199c54b92a60c3c97ccb5043668c69eedd173.tar.bz2
rneovim-414199c54b92a60c3c97ccb5043668c69eedd173.zip
Merge pull request #1491 from Pyrohh/os2-and-misc-cleanup
Remove MiNT, NeXTSTEP, OS/2 References
Diffstat (limited to 'runtime/menu.vim')
-rw-r--r--runtime/menu.vim2
1 files changed, 1 insertions, 1 deletions
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 <SID>EditVimrc()<CR>
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