Fixed the typo correctly
This commit is contained in:
parent
76f087c151
commit
33ce6a44e9
@ -1,6 +1,6 @@
|
|||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
|
|
||||||
function! repl#scheme#open_repl() abort
|
function! repl#python#open_repl() abort
|
||||||
" Setting up the file for the current file
|
" Setting up the file for the current file
|
||||||
if &modified
|
if &modified
|
||||||
" Create new file temporary
|
" Create new file temporary
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
|
|
||||||
function! repl#clojure#open_repl() abort
|
function! repl#scheme#open_repl() abort
|
||||||
if &modified
|
if &modified
|
||||||
let l:module_file = tempname() . '.rkt'
|
let l:module_file = tempname() . '.rkt'
|
||||||
call writefile(getline(1, expand('$')), l:module_file)
|
call writefile(getline(1, expand('$')), l:module_file)
|
||||||
|
Reference in New Issue
Block a user