diff --git a/UltiSnips/help.snippets b/UltiSnips/help.snippets new file mode 100644 index 0000000..4410f7a --- /dev/null +++ b/UltiSnips/help.snippets @@ -0,0 +1,7 @@ +# Snippets for VIM Help Files + +snippet sec +============================================================================= +${1:SECTION}`!p res = ("*%s-%s*" % (fn.split('.')[0], t[1].lower())).rjust(77-len(t[1]))` +endsnippet +