Add source name
This commit is contained in:
parent
2473b8fc93
commit
bb7c4dd080
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user