Merge pull request #325 from expipiplus1/patch-1

Shorten the neosnippet mark to [ns]
This commit is contained in:
Shougo
2016-01-20 07:59:19 +09:00

View File

@@ -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):