Fixed extraneous changes 2
This commit is contained in:
parent
0b5bb9f3be
commit
60298014d7
@ -54,7 +54,7 @@ Example for [neobundle.vim](https://github.com/Shougo/neobundle.vim)
|
|||||||
|
|
||||||
Please add the following line into your .vimrc
|
Please add the following line into your .vimrc
|
||||||
|
|
||||||
NeoBundle 's-zeng/repl.vim'
|
NeoBundle 'ujihisa/repl.vim'
|
||||||
|
|
||||||
and run `:NeoBundleInstall`.
|
and run `:NeoBundleInstall`.
|
||||||
|
|
||||||
|
@ -19,7 +19,6 @@ function! repl#javascript#open_repl() abort
|
|||||||
endif
|
endif
|
||||||
let l:args = printf('%s %s', l:repl['repl'], l:repl['opt'])
|
let l:args = printf('%s %s', l:repl['repl'], l:repl['opt'])
|
||||||
let l:vimshell_interactive = ':VimShellInteractive' . printf("--split='%s'", g:repl_split_command)
|
let l:vimshell_interactive = ':VimShellInteractive' . printf("--split='%s'", g:repl_split_command)
|
||||||
l:swp = ':wincmd r'
|
execute l:vimshell_interactive l:args
|
||||||
execute l:swp
|
|
||||||
call vimshell#interactive#send('.load ' . l:module_file)
|
call vimshell#interactive#send('.load ' . l:module_file)
|
||||||
endfunction
|
endfunction
|
||||||
|
Reference in New Issue
Block a user