File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ endif
108
108
if has (" gui_macvim" )
109
109
" Run vimtutor in GUI mode. Need to make sure to override the PATH so we use
110
110
" 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>
113
113
an 9999.6 &Help.- sep- vim - tutor- <Nop>
114
114
endif
115
115
an 9999.10 &Help.&Overview<Tab><F1> :help <CR>
You can’t perform that action at this time.
0 commit comments