Skip to content

Commit 2d6e6a5

Browse files
committed
.
1 parent 47c4228 commit 2d6e6a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autoload/mde_indices.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ def IndexCallback(id: number, idx: number)
3434
var Tmp = eval(selection)
3535
Tmp()
3636
catch
37-
utils.Echoerr("Function must be global")
37+
utils.Echoerr("Function must be global "
38+
\ .. "OR the function has some error(s)")
3839
endtry
3940
endif
4041
endif

0 commit comments

Comments
 (0)