nvim: go back to source code when running <leader>ri
This commit is contained in:
parent
e6d62b9db7
commit
fab40434d0
@ -127,6 +127,7 @@ function RunInput()
|
||||
let @x = join(readfile(inputfile), "\n") .. "\n\n"
|
||||
Program
|
||||
normal G"xp
|
||||
Source
|
||||
endfunction
|
||||
nnoremap <silent> <leader>ri :call RunInput()<cr>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user