Closed zjiekai closed 1 year ago
When I typed :ed ~/[tab], fvim would stuck sometimes.
:ed ~/[tab]
In the gif, the first time I pressed tab fvim is fine, but the second time fvim stuck.
Can confirm, thanks for reporting. Newer nvim is using GUI popup menu for command line, and fvim is not yet ready for this.
fixed in https://github.com/yatli/fvim/commit/ba6d6286576c1e72ebc70981803dca388207b584
When I typed
:ed ~/[tab]
, fvim would stuck sometimes.In the gif, the first time I pressed tab fvim is fine, but the second time fvim stuck.