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 913a3e5 commit cf2ec94Copy full SHA for cf2ec94
autoload/vital/__vital__/Experimental/UI/Popup.vim
@@ -55,7 +55,7 @@ function! s:_set_contents(data, contents) abort
55
let a:data['contents'] = a:contents
56
endfunction
57
58
-function! s:_get_contents(data)
+function! s:_get_contents(data) abort
59
return get(a:data, 'contents', [])
60
61
@@ -91,7 +91,7 @@ function! s:_set_col(data, col) abort
91
endif
92
93
94
-function! s:close(id)
+function! s:close(id) abort
95
if has_key(s:_popups, a:id)
96
if s:_has_nvim
97
silent! call nvim_win_close(a:id, 1)
0 commit comments