3 " XPTemplate template file.
6 " Maintainer: Simon Ruderich <simon@ruderich.org>
10 " Prevent errors if XPTemplate is not installed.
11 if !exists('g:XPT#ver')
15 XPTemplate priority=personal
19 XSET description|post=S(V(), '^description$', 'XXX')
22 // Copyright (C) `strftime("%Y")^ Simon Ruderich
24 // This program is free software: you can redistribute it and/or modify
25 // it under the terms of the GNU Affero General Public License as published by
26 // the Free Software Foundation, either version 3 of the License, or
27 // (at your option) any later version.
29 // This program is distributed in the hope that it will be useful,
30 // but WITHOUT ANY WARRANTY; without even the implied warranty of
31 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32 // GNU Affero General Public License for more details.
34 // You should have received a copy of the GNU Affero General Public License
35 // along with this program. If not, see <https://www.gnu.org/licenses/>.
47 XPT ie "if err != nil { ... }
51 XPT ier " if err != nil { return err }
56 XPT iel " if err != nil { log.Fatal\(err) }