Added support for python interpolation. Added a cool help snippet sec that uses this feature. This needs documentation
This commit is contained in:
parent
79d342ddb4
commit
ab7ad57f77
7
UltiSnips/help.snippets
Normal file
7
UltiSnips/help.snippets
Normal file
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user