beeender / Comrade

Brings JetBrains/IntelliJ IDEs magic to Neovim with minimal setup.
GNU General Public License v3.0
288 stars 23 forks source link

Opening files with duplicate names causes vim-Comrade to hang #8

Open ahshah opened 5 years ago

ahshah commented 5 years ago

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 commented 5 years ago

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