Fix for bug 1251994
See: https://bugs.launchpad.net/ultisnips/+bug/1251994
This commit is contained in:
parent
d7a4f82bc1
commit
dc313f8c7b
1
plugin/UltiSnips/__init__.py
Normal file → Executable file
1
plugin/UltiSnips/__init__.py
Normal file → Executable 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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user