Add source name
This commit is contained in:
parent
2473b8fc93
commit
bb7c4dd080
@ -30,6 +30,7 @@ class Source(Base):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
Base.__init__(self)
|
Base.__init__(self)
|
||||||
|
|
||||||
|
self.name = 'vimshell'
|
||||||
self.mark = '[nsnip]'
|
self.mark = '[nsnip]'
|
||||||
|
|
||||||
def gather_candidates(self, vim, context):
|
def gather_candidates(self, vim, context):
|
||||||
|
Loading…
Reference in New Issue
Block a user