Skip to content

Commit

Permalink
add Experimental.UI.Popup()
Browse files Browse the repository at this point in the history
  • Loading branch information
prabirshrestha committed Jun 28, 2020
1 parent 8043f4d commit f937656
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions autoload/vital/__vital__/Experimental/UI/Popup.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
let s:save_cpo = &cpo
set cpo&vim

function! s:create(opt) abort
echom 'create popup'
endfunction

let &cpo = s:save_cpo
unlet s:save_cpo
"vim: sts=2 sw=2 smarttab et ai textwidth=0 fdm=marker

0 comments on commit f937656

Please sign in to comment.