Merge branch 'master' of https://github.com/switch87/vim-snippets
This commit is contained in:
commit
5d666c56cf
@ -92,3 +92,28 @@ snippet fun
|
||||
function ${1:function_name}() {
|
||||
${0:#function_body}
|
||||
}
|
||||
|
||||
snippet funtitle
|
||||
#=== FUNCTION ===============================================================
|
||||
# NAME: ${1:function_name}
|
||||
# DESCRIPTION: ${0:One line to give a brief description.}
|
||||
#==============================================================================
|
||||
|
||||
snippet GPL2
|
||||
#=== LICENSE ================================================================
|
||||
# ${1:One line to give the program's name and a brief description.}
|
||||
# Copyright (C) `strftime("%Y")` ${2:`g:snips_author`}
|
||||
#
|
||||
# This script is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
#==============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user