X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/92b511577be7ee081a7f98f3ecf1f9d5afd735b2..b47ffe60e244c9165f40371736079320ea2d848b:/vim/ultisnips/all.snippets diff --git a/vim/ultisnips/all.snippets b/vim/ultisnips/all.snippets index 71a46c2..1d306ad 100644 --- a/vim/ultisnips/all.snippets +++ b/vim/ultisnips/all.snippets @@ -64,11 +64,11 @@ endglobal snippet fix "FIXME" w -`!p snip.rv = c`FIXME~~sb ${VISUAL}${0} (`!v strftime("%Y-%m-%d")`) +`!p snip.rv = c`FIXME ${0} endsnippet snippet todo "TODO" w -`!p snip.rv = c`TODO~~sb ${VISUAL}${0} (`!v strftime("%Y-%m-%d")`) +`!p snip.rv = c`TODO ${0} endsnippet snippet GPL2 "GPL2 License" b @@ -405,3 +405,13 @@ snippet AGPL "AGPL License" b `!p snip.rv = i + m` along with this program. If not, see . `!p snip.rv = i + e` endsnippet + +snippet FPP "FPP Copyright" b +`!p snip.rv = b` +`!p snip.rv = i + m` Copyright © Focal Point Positioning Limited `!v strftime("%Y")`. All Rights Reserved. +`!p snip.rv = i + m` This code is the copyright of Focal Point Positioning Limited and +`!p snip.rv = i + m` cannot be used, copied or distributed without the express written +`!p snip.rv = i + m` permission of Focal Point Positioning Limited. +`!p snip.rv = i + e` +${0} +endsnippet