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 20d4590 commit d1bd5e5Copy full SHA for d1bd5e5
autoload/vital/__vital__/Experimental/UI/Popup.vim
@@ -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