Merge pull request #325 from expipiplus1/patch-1
Shorten the neosnippet mark to [ns]
This commit is contained in:
commit
52f8a29489
@ -31,7 +31,7 @@ class Source(Base):
|
||||
Base.__init__(self, vim)
|
||||
|
||||
self.name = 'neosnippet'
|
||||
self.mark = '[nsnip]'
|
||||
self.mark = '[ns]'
|
||||
self.rank = 200
|
||||
|
||||
def gather_candidates(self, context):
|
||||
|
Loading…
Reference in New Issue
Block a user