Skip to content

Commit a97461b

Browse files
fix throw error message
1 parent 7799581 commit a97461b

File tree

1 file changed

+1
-1
lines changed
  • autoload/vital/__vital__/Experimental/UI

1 file changed

+1
-1
lines changed

autoload/vital/__vital__/Experimental/UI/Popup.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function! s:create(opt) abort
4343
let data['sx'] = data['x'] + float2nr(data['x'] / 2) + 1
4444
let data['sy'] = data['y'] + 1
4545
else
46-
throw 'invalid popup pos'
46+
throw 'vital: Experimental.UI.Popup: Invalid pos'
4747
endif
4848

4949
if s:_has_nvim

0 commit comments

Comments
 (0)