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"))
|
||||
let save_cursor = getcurpos()
|
||||
b idris-response
|
||||
%delete
|
||||
%delete _
|
||||
let resp = split(a:str, '\n')
|
||||
call append(1, resp)
|
||||
b #
|
||||
|
|
Loading…
Reference in a new issue