From 2ad0d63ca2e81083b26f24163d19c89d1d268904 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Fri, 20 Oct 2023 10:34:35 +0200 Subject: s.yas: extend quote MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- snippets/ebuild-mode/s.yas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/ebuild-mode/s.yas b/snippets/ebuild-mode/s.yas index 6cbe743..5b8717e 100644 --- a/snippets/ebuild-mode/s.yas +++ b/snippets/ebuild-mode/s.yas @@ -23,4 +23,4 @@ # -- -S="\${WORKDIR}"/${1:\${PN}-\${PV}} \ No newline at end of file +S="\${WORKDIR}/${1:\${PN}-\${PV}}" \ No newline at end of file -- cgit v1.2.3-65-gdbad