diff --git a/plugin/UltiSnips/__init__.py b/plugin/UltiSnips/__init__.py index 6ed770e..9c8ed6c 100644 --- a/plugin/UltiSnips/__init__.py +++ b/plugin/UltiSnips/__init__.py @@ -786,9 +786,9 @@ class SnippetManager(object): for idx, sttrig in enumerate(self._supertab_keys): if trigger.lower() == sttrig.lower(): if idx == 0: - feedkey= r"\" + feedkey= r"\SuperTabForward" elif idx == 1: - feedkey = r"\" + feedkey = r"\SuperTabBackward" # Use remap mode so SuperTab mappings will be invoked. mode = "m" break