add error handling

This commit is contained in:
Stanislav Seletskiy 2015-06-18 10:26:52 +06:00
parent f80414fac5
commit 5af229abc0

View File

@ -776,6 +776,7 @@ class SnippetManager(object):
finally:
self._inside_action = old_flag
@err_to_scratch_buffer
def _track_change(self):
inserted_char = _vim.eval('v:char')
if inserted_char == '':