]> git.rmz.io Git - dotfiles.git/blobdiff - vim/ultisnips/cpp.snippets
vim: customise debugPC color to fit Nord
[dotfiles.git] / vim / ultisnips / cpp.snippets
index 5530263852979d17c32701eda3080674c3ec67c4..8b24ec26d4f1b090e2f52a96c1f973969f6976e5 100644 (file)
@@ -46,7 +46,8 @@ ${4:void} ${1:`!p snip.rv = snip.basename or "name"`}::${2:memberFunction}(${3})
 }
 endsnippet
 
-snippet for "for loop (for)"
+clearsnippets for
+snippet fori "for loop (for)" b
 for (${4:size_t} ${2:i} = 0; $2 < ${1:count}; ${3:++$2})
 {
        ${VISUAL}${0}
@@ -162,7 +163,7 @@ ${VISUAL}${0}
 endsnippet
 
 snippet FPP "FPP Copyright" b
-// Copyright © Focal Point Positioning Limited 2020. All Rights Reserved.
+// Copyright © Focal Point Positioning Limited `!v strftime("%Y")`. All Rights Reserved.
 // This code is the copyright of Focal Point Positioning Limited and
 // cannot be used, copied or distributed without the express written
 // permission of Focal Point Positioning Limited.