File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ endif
108108if has (" gui_macvim" )
109109 " Run vimtutor in GUI mode. Need to make sure to override the PATH so we use
110110 " this app instead of accidentally opening another installed Vim/MacVim.
111- an 9999.5 &Help.Vim\ Tutor :silent ! PATH= " $VIM/../../bin" :/usr/ bin :/bin:/ usr/sbin:/ sbin $VIM /../ ../bin/ vimtutor - g & <CR>
112- tln 9999.5 &Help.Vim\ Tutor <C-W> :silent ! PATH= " $VIM/../../bin" :/usr/ bin :/bin:/ usr/sbin:/ sbin $VIM /../ ../bin/ vimtutor - g & <CR>
111+ an 9999.5 &Help.Vim\ Tutor :silent call system ( ' PATH="$VIM/../../bin":/usr/bin:/bin:/usr/sbin:/sbin $VIM/../../bin/vimtutor -g&' ) <CR>
112+ 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>
113113 an 9999.6 &Help.- sep- vim - tutor- <Nop>
114114endif
115115an 9999.10 &Help.&Overview<Tab><F1> :help <CR>
You can’t perform that action at this time.
0 commit comments