Guest User

Untitled

a guest
Feb 17th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. function! MaybeSetPackage()
  2. if ! exists( "g:php_package" )
  3. let l:package = ''
  4. else
  5. let l:package = g:php_package
  6. endif
  7.  
  8. execute ':normal! a@package ' . l:package
  9. endfunction
  10.  
  11. * |
  12.  
  13. *@package foo-bar
  14.  
  15. * @package foo-bar
Add Comment
Please, Sign In to add comment