zsugabubus / vim-paperplane

Show parent indentations in preview window
GNU General Public License v3.0
2 stars 0 forks source link

Hang when changing function name #4

Closed hanspinckaers closed 4 years ago

hanspinckaers commented 4 years ago

Hi there,

Sorry for all the bug reports. This time it hangs with this dummy file:

def test():
    if not _:
        for i in range(_):
            pass

    del _

When I try to change the name of function test to _ it hangs on InsertLeave.

Cheers, Hans

zsugabubus commented 4 years ago

I cannot reproduce this. Tried resizing window but nothing.

What do you mean my hanging? High CPU usage?

hanspinckaers commented 4 years ago

That is a pity, I mean total freeze. Have to quit terminal.

hanspinckaers commented 4 years ago

I will try reproducing it later today

zsugabubus commented 4 years ago

In the most cases you can use CTRL-C. It should interrupt any in-progress commands.

I mean total freeze. Have to quit terminal.

My plugin maybe sh1t, but a terminal freeze? I think (at least I hope) my plugin is not capable of such things.

hanspinckaers commented 4 years ago

Yeah, it surprised me too. However, didn't experience this today. Will close the issue!