From 6024d4e80311c4c810f1f459c4e97e67f245b8e7 Mon Sep 17 00:00:00 2001 From: nichkara Date: Thu, 13 Nov 2025 03:49:10 +0100 Subject: [PATCH] Remove dead name from repo --- UltiSnips/ada.snippets | 6 ++---- UltiSnips/all.snippets | 2 +- UltiSnips/asm.snippets | 2 +- UltiSnips/c.snippets | 2 +- UltiSnips/cobol.snippets | 2 +- UltiSnips/lua.snippets | 2 +- UltiSnips/python.snippets | 4 ++-- UltiSnips/tex.snippets | 2 +- 8 files changed, 10 insertions(+), 12 deletions(-) diff --git a/UltiSnips/ada.snippets b/UltiSnips/ada.snippets index dbd24bd..b55995d 100644 --- a/UltiSnips/ada.snippets +++ b/UltiSnips/ada.snippets @@ -38,7 +38,7 @@ endglobal snippet helloworld "Hello world example to test features" b -- `!p snip.rv = fn` -- Created on: `date` --- Author(s): Yannick Reiss +-- Author(s): Nina Chloé Kassandra Reiß -- Content: Hello world example with Ada.Text_IO; use Ada.Text_IO; @@ -53,9 +53,7 @@ end $1;$0 endsnippet snippet docstring "Document String with most important information" b --- `!p snip.rv = fn` --- Created on: `date` --- Author(s): ${1:Yannick Reiß} +-- Author(s): ${1:Nina Chloe Kassandra Reiss } -- Description: ${2:`!p snip.rv = fn.split('.')[0]`} $0 endsnippet diff --git a/UltiSnips/all.snippets b/UltiSnips/all.snippets index 23c1332..a44f9ed 100644 --- a/UltiSnips/all.snippets +++ b/UltiSnips/all.snippets @@ -3,7 +3,7 @@ snippet dd "Date and Time" i endsnippet snippet crednick "My private Credentials" -Yannick Reiss +Nina Chloé Kassandra Reiß endsnippet snippet credhsrm "Credentials HSRM" diff --git a/UltiSnips/asm.snippets b/UltiSnips/asm.snippets index 2fd4015..9373940 100644 --- a/UltiSnips/asm.snippets +++ b/UltiSnips/asm.snippets @@ -21,7 +21,7 @@ endsnippet snippet template "Template for assembly program" global ${1:_start} ; linker entry point -; Author: ${2: Yannick Reiß} +; Author: ${2:Nina Chloé Kassandra Reiß } ; Date: `date` ; Description: ${3:Desciption} diff --git a/UltiSnips/c.snippets b/UltiSnips/c.snippets index 216f3b2..11ec10c 100644 --- a/UltiSnips/c.snippets +++ b/UltiSnips/c.snippets @@ -124,7 +124,7 @@ endsnippet snippet docstring "Meta Comment for Documenation" A /* * Filename: `!p snip.rv = fn` - * Author: ${1:Yannick Reiss} + * Author: ${1:Nina Chloé Kassandra Reiß } * Date: `date` * Project: ${2:Project Name} * Copyright: ${3:None} diff --git a/UltiSnips/cobol.snippets b/UltiSnips/cobol.snippets index dc00f44..348b177 100644 --- a/UltiSnips/cobol.snippets +++ b/UltiSnips/cobol.snippets @@ -11,7 +11,7 @@ snippet template "template for new program" A *----------------------------------------------------------------- IDENTIFICATION DIVISION. PROGRAM-ID. ${1:Title}. - *AUTHOR. ${2:Yannick Reiß}. + *AUTHOR. ${2:Nina Chloé Kassandra Reiß }. *CONTENT. ${3:Beschreibung}. *----------------------------------------------------------------- diff --git a/UltiSnips/lua.snippets b/UltiSnips/lua.snippets index 6a605db..36c752b 100644 --- a/UltiSnips/lua.snippets +++ b/UltiSnips/lua.snippets @@ -1,6 +1,6 @@ snippet docstring "Document string" b -- Filename: `!p snip.rv = fn` --- Author: ${1:Yannick Reiß} +-- Author: ${1:Nina Chloé Kassandra Reiß } -- Copyright: ${2:MIT-License} -- Description: ${3:Funny lua script} $0 diff --git a/UltiSnips/python.snippets b/UltiSnips/python.snippets index 6f60d6f..e510363 100644 --- a/UltiSnips/python.snippets +++ b/UltiSnips/python.snippets @@ -1,7 +1,7 @@ snippet helloworld "Hello world example" b """ File: `!p snip.rv = fn` -Author: Nicki +Author: Nina Chloé Kassandra Reiß Created on: `date` Description: Hello world python example """ @@ -14,7 +14,7 @@ endsnippet snippet docmodule "Documentation for modules" """ File: `!p snip.rv = fn` -Author: ${1:Yannick Reiß} +Author: ${1:Nina Chloé Kassandra Reiß } Created on: `date` Description: ${2:No further description} """ diff --git a/UltiSnips/tex.snippets b/UltiSnips/tex.snippets index df9e089..304be60 100644 --- a/UltiSnips/tex.snippets +++ b/UltiSnips/tex.snippets @@ -93,7 +93,7 @@ endsnippet snippet textemplate "include header" A \\input{~/latex/header.tex} -\\header{${1:report/article}}{${2:Yannick Reiß}}{${3:Titel}} +\\header{${1:report/article}}{${2:Nina Chloé Kassandra Reiß }}{${3:Titel}} \\begin{document} \\input{~/latex/init.tex}