From 331d00bdc2695000a862a5d193341df9c9bf935d Mon Sep 17 00:00:00 2001 From: clem Date: Sun, 19 Jan 2020 17:38:12 +0100 Subject: [PATCH] correction d'un glitch de vim qui n'est pas compatible VSCodium --- html.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html.json b/html.json index 25284ee..651bed1 100644 --- a/html.json +++ b/html.json @@ -1,12 +1,12 @@ { "b": { "prefix": "b", - "body": "`!p t[2] = t[2].upper()`\n\t$0\n", + "body": "\n\t$0\n", "description": "SPIP " }, "bb": { "prefix": "bb", - "body": "`!p t[2] = t[2].upper()`\n\t${5}\n\n\t$0\n\n\t${6}\n", + "body": "\n\t${5}\n\n\t$0\n\n\t${6}\n", "description": "SPIP " }, "icon": {