vim-autoformat / vim-autoformat

Provide easy code formatting in Vim by integrating existing code formatters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Last commit produces endless loop in startup

Grueslayer opened this issue · comments

After updating to latest version my Vim does not start anymore. It hangs while initializing this plugin

call plug#begin(g:vimuserrtp . '/bundle')
...
Plug 'Chiel92/vim-autoformat'
...
call plug#end()
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Dec 23 2020 18:28:12)
MS-Windows 64-bit GUI/console version with OLE support
Included patches: 1-2198

That doesn't sound fun. I can't reproduce unfortunately. Can you confirm that it is actually the latest commit from @SilverRainZ ? In that case that should be reverted.

I am sorry about that :'( the reason should be that I only consider about root path (/) of *nix but ignore windows (c:\).

I've reverted the commit