UltiSnips crashes after snippet list ends

Bug #1245168 reported by feliperama
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
UltiSnips
Fix Committed
Undecided
Unassigned

Bug Description

After use c-tab to go the end of snippet list pressing "q" repeatedly , the following error appears:

An error occured. This is either a bug in UltiSnips or a bug in a
snippet definition. If you think this is a bug, please report it to
https://bugs.launchpad.net/ultisnips/+filebug.

  Following is the full stack trace:
  Traceback (most recent call last):
    File "/Users/feliperama/.vim/bundle/ultisnips/plugin/UltiSnips/__init__.py", line 23, in wrapper
      return f(self, *args, **kwds)
    File "/Users/feliperama/.vim/bundle/ultisnips/plugin/UltiSnips/__init__.py", line 585, in list_snippets
      snippet = self._ask_snippets(snippets)
    File "/Users/feliperama/.vim/bundle/ultisnips/plugin/UltiSnips/__init__.py", line 865, in _ask_snippets
      rv = _vim.eval("inputlist(%s)" % _vim.escape(display))
    File "/Users/feliperama/.vim/bundle/ultisnips/plugin/UltiSnips/_vim.py", line 107, in eval
      rv = vim.eval(as_vimencoding(s))
  KeyboardInterrupt

:py import sys; print sys.version:
    2.7.5 (default, Aug 25 2013, 00:04:04)
    [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]

Revision history for this message
SirVer (sirver) wrote :

I though this was fixed long ago. Which version are you using? Could you try a dev snapshot from either github/sirver or here on launchpad?

Changed in ultisnips:
status: New → Incomplete
SirVer (sirver)
Changed in ultisnips:
status: Incomplete → Fix Committed
Revision history for this message
feliperama (feliperama) wrote :

Sorry for not answer before, this week it's a little crazy at work (when isn't ????)

I updated your plugin via Vundle and now is perfect working . Tks and congratulations, it's a very useful plugin :D

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.