Files
neovim/runtime/lua/vim
Evgeni Chasnovski 4bba83b4b7 fix(pack): do not write the lockfile when installing from it #41031
Problem: Installing plugins during lockfile synchronization always
  writes the lockfile, even though its content is used during install.
  This might be a problem if the lockfile (itself or its parent
  directory) is not writeable (can only be read).

Solution: Do not write the lockfile when installing directly from it.
  This is okay since the `src` and `rev` are used directly from the
  lockfile and don't change at this step. While potential change in
  `version` (that must be written to the lockfile) is handled in other
  code path.
2026-07-28 09:46:13 -04:00
..
2026-07-27 11:12:47 -04:00
2026-07-25 12:47:51 -04:00
2026-07-25 18:02:55 -05:00
2026-06-08 16:12:14 -04:00
2026-01-09 10:07:15 +01:00
2026-07-20 09:53:06 -04:00
2026-07-13 19:44:15 +02:00
2026-07-25 12:47:51 -04:00
2026-05-30 12:57:24 +02:00
2026-07-13 19:44:15 +02:00