Skip to content

Commit

Permalink
Merge pull request #1265 from ychin/fix-macvim-vimtutor-menu
Browse files Browse the repository at this point in the history
Fix vimtutor menu not working
  • Loading branch information
ychin committed Aug 6, 2022
2 parents a6a0c17 + ea193e8 commit 8d23829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/menu.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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&<CR>
tln 9999.5 &Help.Vim\ Tutor <C-W>:silent !PATH="$VIM/../../bin":/usr/bin:/bin:/usr/sbin:/sbin $VIM/../../bin/vimtutor -g&<CR>
an 9999.5 &Help.Vim\ Tutor :silent call system('PATH="$VIM/../../bin":/usr/bin:/bin:/usr/sbin:/sbin $VIM/../../bin/vimtutor -g&')<CR>
tln 9999.5 &Help.Vim\ Tutor <C-W>:silent call system('PATH="$VIM/../../bin":/usr/bin:/bin:/usr/sbin:/sbin $VIM/../../bin/vimtutor -g&')<CR>
an 9999.6 &Help.-sep-vim-tutor- <Nop>
endif
an 9999.10 &Help.&Overview<Tab><F1> :help<CR>
Expand Down

0 comments on commit 8d23829

Please sign in to comment.