From f6c89fe1d90367b149387c82bc056badde353c82 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 11 Aug 2018 19:02:46 -0700 Subject: [PATCH] [vim] Some updates to the Python script snippet --- vim/snippets/python.snippets | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/vim/snippets/python.snippets b/vim/snippets/python.snippets index 5a370c9..87e63d5 100644 --- a/vim/snippets/python.snippets +++ b/vim/snippets/python.snippets @@ -18,22 +18,25 @@ snippet ifmain snippet script #!/usr/bin/env python3 - # Eryn Wells