Comrade icon indicating copy to clipboard operation
Comrade copied to clipboard

Opening files with duplicate names causes vim-Comrade to hang

Open ahshah opened this issue 6 years ago • 1 comments

Given:

project/foo.java project/ui/foo.java

Do:

  1. $ vi project/foo.java
  2. Inside type in command mode : e project/ui/foo/java
  3. Wait a few seconds, Comrade should hang.

ahshah avatar Sep 20 '19 18:09 ahshah

Looks like the code ends up in an infinite loop as CPU is at 100%

ahshah avatar Sep 20 '19 18:09 ahshah