X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d5c95f6a8f274f42cce81bfe544266a7bb53474b..6398fc7517d48dafe9e7fc94d8dec9f48a5c9de7:/.vim/UltiSnips/python.snippets?ds=sidebyside diff --git a/.vim/UltiSnips/python.snippets b/.vim/UltiSnips/python.snippets deleted file mode 100644 index ecb4e8e1..00000000 --- a/.vim/UltiSnips/python.snippets +++ /dev/null @@ -1,10 +0,0 @@ -snippet #! "My own Python hashbang" b -#!/usr/bin/python3 -# -*- coding: utf-8 -*- -# -# Copyright © ${1:2021} martin f. krafft <${2:m@rtin.kiwi}> -# Released under the ${3:MIT} Licence. -# - -$0 -endsnippet