Skip to content

Commit

Permalink
fix throw error message
Browse files Browse the repository at this point in the history
  • Loading branch information
prabirshrestha committed Aug 23, 2020
1 parent 84c30d7 commit 04f88bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/vital/__vital__/Experimental/UI/Popup.vim
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function! s:create(opt) abort
let data['sx'] = data['x'] + float2nr(data['x'] / 2) + 1
let data['sy'] = data['y'] + 1
else
throw 'invalid popup pos'
throw 'vital: Experimental.UI.Popup: Invalid pos'
endif

if s:_has_nvim
Expand Down

0 comments on commit 04f88bf

Please sign in to comment.