diff --git a/runtime/menu.vim b/runtime/menu.vim index 81872bf554..0e68fc04e7 100644 --- a/runtime/menu.vim +++ b/runtime/menu.vim @@ -108,8 +108,8 @@ endif if has("gui_macvim") " Run vimtutor in GUI mode. Need to make sure to override the PATH so we use " this app instead of accidentally opening another installed Vim/MacVim. - an 9999.5 &Help.Vim\ Tutor :silent !PATH="$VIM/../../bin":/usr/bin:/bin:/usr/sbin:/sbin $VIM/../../bin/vimtutor -g& - tln 9999.5 &Help.Vim\ Tutor :silent !PATH="$VIM/../../bin":/usr/bin:/bin:/usr/sbin:/sbin $VIM/../../bin/vimtutor -g& + an 9999.5 &Help.Vim\ Tutor :silent call system('PATH="$VIM/../../bin":/usr/bin:/bin:/usr/sbin:/sbin $VIM/../../bin/vimtutor -g&') + tln 9999.5 &Help.Vim\ Tutor :silent call system('PATH="$VIM/../../bin":/usr/bin:/bin:/usr/sbin:/sbin $VIM/../../bin/vimtutor -g&') an 9999.6 &Help.-sep-vim-tutor- endif an 9999.10 &Help.&Overview :help