We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7799581 commit a97461bCopy full SHA for a97461b
autoload/vital/__vital__/Experimental/UI/Popup.vim
@@ -43,7 +43,7 @@ function! s:create(opt) abort
43
let data['sx'] = data['x'] + float2nr(data['x'] / 2) + 1
44
let data['sy'] = data['y'] + 1
45
else
46
- throw 'invalid popup pos'
+ throw 'vital: Experimental.UI.Popup: Invalid pos'
47
endif
48
49
if s:_has_nvim
0 commit comments