Help for this page

Select Code to Download


  1. or download this
    function! New_Plugin(x)
       let mfile=a:x
    ...
      :0d
      execute "%s/STUB/" .substitute(packname, "/", "::", "g")
    endfunction
    
  2. or download this
    function! New_Template(x)
      let mfile = a:x
    ...
      execute ':e Templates/' . mfile
    endfunction