fix refine command
This commit is contained in:
parent
ad08ee24f5
commit
518e5f0c41
1 changed files with 2 additions and 2 deletions
|
@ -190,10 +190,10 @@ function! IdrisRefine()
|
|||
let view = winsaveview()
|
||||
w
|
||||
let cline = line(".")
|
||||
let word = expand("<cword>")
|
||||
let word = s:currentQueryObject()
|
||||
let name = input ("Name: ")
|
||||
|
||||
let result = s:IdrisCommand(":ref!", cline, word, name)
|
||||
let result = s:IdrisCommand(":refine!", cline, word, name)
|
||||
if (! (result is ""))
|
||||
call IWrite(result)
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue