don't clobber registers with old idris-response
This commit is contained in:
parent
3ffa41df09
commit
be255abde7
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ function! IWrite(str)
|
||||||
if (bufexists("idris-response"))
|
if (bufexists("idris-response"))
|
||||||
let save_cursor = getcurpos()
|
let save_cursor = getcurpos()
|
||||||
b idris-response
|
b idris-response
|
||||||
%delete
|
%delete _
|
||||||
let resp = split(a:str, '\n')
|
let resp = split(a:str, '\n')
|
||||||
call append(1, resp)
|
call append(1, resp)
|
||||||
b #
|
b #
|
||||||
|
|
Loading…
Reference in a new issue