From 7d39c38115187869a2a826d7d00b5629d3949682 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 22 Aug 2012 00:03:10 -0400 Subject: [PATCH] fixing duplicate numbering in BEERWARE snippet. --- snippets/_.snippets | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snippets/_.snippets b/snippets/_.snippets index 081db1c..b3570a6 100644 --- a/snippets/_.snippets +++ b/snippets/_.snippets @@ -216,12 +216,12 @@ snippet APACHE ${3} snippet BEERWARE - ${1:one line to give the program's name and a brief description} - Copyright `strftime("%Y")` ${2:copyright holder} + ${2:one line to give the program's name and a brief description} + Copyright `strftime("%Y")` ${3:copyright holder} Licensed under the "THE BEER-WARE LICENSE" (Revision 42): ${1:`g:snips_author`} wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer or coffee in return - ${3} + ${4}