Skip to content

Commit d1bd5e5

Browse files
add Experimental.UI.Popup()
1 parent 20d4590 commit d1bd5e5

File tree

1 file changed

+10
-0
lines changed
  • autoload/vital/__vital__/Experimental/UI

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
let s:save_cpo = &cpo
2+
set cpo&vim
3+
4+
function! s:create(opt) abort
5+
echom 'create popup'
6+
endfunction
7+
8+
let &cpo = s:save_cpo
9+
unlet s:save_cpo
10+
"vim: sts=2 sw=2 smarttab et ai textwidth=0 fdm=marker

0 commit comments

Comments
 (0)