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
|
||||
|
||||
NeoBundle 's-zeng/repl.vim'
|
||||
NeoBundle 'ujihisa/repl.vim'
|
||||
|
||||
and run `:NeoBundleInstall`.
|
||||
|
||||
|
@ -19,7 +19,6 @@ function! repl#javascript#open_repl() abort
|
||||
endif
|
||||
let l:args = printf('%s %s', l:repl['repl'], l:repl['opt'])
|
||||
let l:vimshell_interactive = ':VimShellInteractive' . printf("--split='%s'", g:repl_split_command)
|
||||
l:swp = ':wincmd r'
|
||||
execute l:swp
|
||||
execute l:vimshell_interactive l:args
|
||||
call vimshell#interactive#send('.load ' . l:module_file)
|
||||
endfunction
|
||||
|
Reference in New Issue
Block a user