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
commit 52f8a29489
1 changed files with 1 additions and 1 deletions

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