mirror of
https://github.com/akelge/zsh
synced 2025-08-15 14:28:35 +00:00
Moved to Vundle
Adopted vim-templates plugin, instead of homegrown skeleton
This commit is contained in:
13
vim/bundle/vim-template/templates/=template=*.php
Normal file
13
vim/bundle/vim-template/templates/=template=*.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* Short description for %FFILE%
|
||||
*
|
||||
* @package %FILE%
|
||||
* @author %USER% <%MAIL%>
|
||||
* @version 0.1
|
||||
* @copyright (C) %YEAR% %USER% <%MAIL%>
|
||||
* @license %LICENSE%
|
||||
*/
|
||||
|
||||
%HERE%
|
||||
?>
|
Reference in New Issue
Block a user