diff options
| author | James McCoy <jamessan@jamessan.com> | 2017-02-27 20:41:55 -0500 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2017-02-27 20:49:01 -0500 |
| commit | 1371e19e2bcaa128f9f709dcf234460bc92a70a6 (patch) | |
| tree | d528e8b08c1deb631aa0626150af9fb3dfaab9ac /runtime/menu.vim | |
| parent | e0705021c10cba81d71de79de2f8bbebecd121a1 (diff) | |
vim-patch:42ebd06
Update runtime files.
https://github.com/vim/vim/commit/42ebd066422d73cdb7bda6a1dc828a3dd022dec8
Diffstat (limited to 'runtime/menu.vim')
| -rw-r--r-- | runtime/menu.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/menu.vim b/runtime/menu.vim index 5cbc0faabd..4971baa936 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") + elseif has("win32") if $HOME != '' let fname = $HOME . "/_vimrc" else @@ -552,7 +552,7 @@ endfun func! s:XxdFind() if !exists("g:xxdprogram") " On the PC xxd may not be in the path but in the install directory - if (has("win32") || has("dos32")) && !executable("xxd") + if has("win32") && !executable("xxd") let g:xxdprogram = $VIMRUNTIME . (&shellslash ? '/' : '\') . "xxd.exe" else let g:xxdprogram = "xxd" |
