Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searh error on Windows #61

Open
markonm opened this issue Jul 22, 2017 · 6 comments
Open

Searh error on Windows #61

markonm opened this issue Jul 22, 2017 · 6 comments
Labels

Comments

@markonm
Copy link

markonm commented Jul 22, 2017

When searching for pattern in undo history and there are no results, the following error is thrown

Error detected while processing function <SNR>76_MundoPython:
line    2:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\\Users\\Marko\\vimfiles\\plugged\\vim-mundo\\autoload/mundo.py", line 272, in MundoSearch
    MundoNextMatch()
  File "C:\\Users\\Marko\\vimfiles\\plugged\\vim-mundo\\autoload/mundo.py", line 280, in MundoNextMatch
    MundoMatch(1)
  File "C:\\Users\\Marko\\vimfiles\\plugged\\vim-mundo\\autoload/mundo.py", line 306, in MundoMatch
    undochanges = nodesData.preview_diff(nmap[version].parent, nmap[version])
KeyError: 6
@dsummersl
Copy link
Collaborator

Oh! Thank for you this, I think it happened to me recently. I'll try and take a look at it toady.

@dsummersl
Copy link
Collaborator

I've had no luck reproducing this - anyone else? If so how (and what verrsion of vim)?

@simnalamburt
Copy link
Owner

simnalamburt commented Oct 6, 2017

Lack of Windows development environment.. 😭 sorry

@dylnmc
Copy link

dylnmc commented May 4, 2018

Windows :MundoToggle has been extraordinarily slow. Is this related or another issue? I get no errors; it's just REALLLLLY slow

(Sometimes it takes over a minute just to open :MundoToggle .. by which time I have inevitably forgotten why I was opening it. Also, I can't <c-c> because it ruins my history and I have to :q!.)


edit: in fact, I just went to github, typed all of that ^, and hit Comment before Mundo finished opening.

@dylnmc
Copy link

dylnmc commented Oct 26, 2018

I have to develop on windows at work. Also the first time I open mundo with an undo history greater than 1000 undos, it is still really slow (over 5 seconds to open). I also just ran into this KeyError: 9 issue. Will try to look into this at home, but I only run linux at home 😭

@dsummersl
Copy link
Collaborator

@dylnmc please try the latest version (merged in a PR that should improve rendering today).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants