aboutsummaryrefslogtreecommitdiff
path: root/files/.vim/UltiSnips/sh.snippets
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2026-01-20 23:33:25 +0500
committerAnton Bobov <anton@bobov.name>2026-01-20 23:33:25 +0500
commita988d0f9bccbb8a3abe4b968c838f155b5e1b570 (patch)
treeae31a4b264f23e3a7a9a6511e6c5dcc8a8c7490e /files/.vim/UltiSnips/sh.snippets
parenta01fec95d9b227f7803c49eee103fd9f5dcb681b (diff)
vim: add Python snippets and fix sh argc evalHEADmaster
Diffstat (limited to 'files/.vim/UltiSnips/sh.snippets')
-rw-r--r--files/.vim/UltiSnips/sh.snippets2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/.vim/UltiSnips/sh.snippets b/files/.vim/UltiSnips/sh.snippets
index d9087eb..4bc2ff3 100644
--- a/files/.vim/UltiSnips/sh.snippets
+++ b/files/.vim/UltiSnips/sh.snippets
@@ -87,5 +87,5 @@ main() {
$0
}
-eval "$(argc --argc-eval "$0" "$@")"
+eval "$(argc --argc-eval "\$0" "$@")"
endsnippet