]> git.rmz.io Git - dotfiles.git/blobdiff - vim/ultisnips/cpp.snippets
vim/fugitive: winfixheight FugitiveIndex window
[dotfiles.git] / vim / ultisnips / cpp.snippets
index 5ffbe5159c9c4f225020395d233552274bb7ef08..421396624aaf090e35c02a8f6c250e7884ad23c8 100644 (file)
@@ -4,6 +4,8 @@ priority 1
 # disable horrible one word snippets
 clearsnippets pri pro pub fr mu t
 
+clearsnippets set
+
 snippet inc "#include <>" b
 #include <${1:iostream}>
 endsnippet
@@ -163,7 +165,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.