Fix for bug 1251994

See: https://bugs.launchpad.net/ultisnips/+bug/1251994
This commit is contained in:
Sergey Alexandrov 2013-12-29 01:56:09 +04:00
parent d7a4f82bc1
commit dc313f8c7b

1
plugin/UltiSnips/__init__.py Normal file → Executable file
View File

@ -791,6 +791,7 @@ class SnippetManager(object):
jumped = self._jump(backwards)
if jumped:
self._vstate.remember_position()
self._ignore_movements = True
return jumped
def _handle_failure(self, trigger):