dotfiles/vim/.vim/plugin/snippets/dummy.py

17 lines
238 B
Python
Raw Permalink Normal View History

2016-06-13 10:11:18 +00:00
def snippetsInit():
pass
def snippetsFormatPlaceHolder(word):
return ''
def snippetsAddSnippet(fullname, word, abbr):
return abbr
def snippetsTrigger():
pass
def snippetsReset():
pass
# vim: set ts=2 sts=2 sw=2 expandtab :