]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

use provided python snippets
authormartin f. krafft <madduck@madduck.net>
Thu, 3 Feb 2022 06:20:40 +0000 (07:20 +0100)
committermartin f. krafft <madduck@madduck.net>
Thu, 3 Feb 2022 06:26:07 +0000 (07:26 +0100)
.vim/UltiSnips/python.snippets [changed from file to symlink]

deleted file mode 100644 (file)
index ecb4e8e1e3eebf49c520886ab26b873d58ee94ed..0000000000000000000000000000000000000000
+++ /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
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..78a171e8aac313134ebb65d6dc8164aaa52b6fb2
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim/addons/UltiSnips/python.snippets
\ No newline at end of file