From 820aafd6714da6748d2a3e670c6c3f83aec84def Mon Sep 17 00:00:00 2001 From: AnsonYeung Date: Sun, 3 Feb 2019 23:54:59 +0800 Subject: [PATCH] Address #41 Removed cursor position at the begin...end final position --- snippets/pascal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/pascal.json b/snippets/pascal.json index 887a82b..f820ace 100644 --- a/snippets/pascal.json +++ b/snippets/pascal.json @@ -3,7 +3,7 @@ "prefix": "begin", "body": [ "begin", - "\t$1", + "\t$0", "end;" ], "description": "Begin end"