Changes between Version 1 and Version 2 of Ticket #39207, comment 9


Ignore:
Timestamp:
Jun 6, 2013, 3:23:50 PM (11 years ago)
Author:
ksze (Kal Sze)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39207, comment 9

    v1 v2  
    2222I just tried rebuilding with `-d -s`. I see the exact same lines as you do. But when I try editing a .py file, Vim still crashes with the same error.
    2323
    24 I am starting to suspect that the error I see is caused by a Python-related plugin instead of Vim itself.
     24EDIT 1: I am starting to suspect that the error I see is caused by a Python-related plugin instead of Vim itself.
     25
     26EDIT 2: I think I can confirm that [http://www.vim.org/scripts/script.php?script_id=2441 pyflakes.vim] is the immediate culprit in my case. Removing pyflakes.vim allows me to at least open Python files without immediately getting the MAXREPEAT import error.