wfxr / minimap.vim

📡 Blazing fast minimap / scrollbar for vim, powered by code-minimap written in Rust.
MIT License
1.19k stars 23 forks source link

Investigate possible infinite loop #184

Closed ZNielsen closed 11 months ago

ZNielsen commented 1 year ago

From #183:

in autoload/minimap/vim.vim, line 1015:

            if end_location[1] < start_location[1]
                " Error - end not farther than start. Skip.
                continue
            endif

The continue causes infinite loop sometimes again when navigating/deleting windows/tabs if having color search.