mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00

Problem: The revision data is returned behind `opts.info` flag because it required extra Git calls. With lockfile it is not the case. Solution: Use lockfile to always set `rev` field in output of `get()`.