Add source name

This commit is contained in:
Shougo Matsushita 2015-06-21 17:14:47 +09:00
parent 2473b8fc93
commit bb7c4dd080
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class Source(Base):
def __init__(self):
Base.__init__(self)
self.name = 'vimshell'
self.mark = '[nsnip]'
def gather_candidates(self, vim, context):