mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-02-14 11:53:26 +01:00
Merge pull request #1265 from ychin/fix-macvim-vimtutor-menu
Fix vimtutor menu not working
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user