Files
neovim/runtime/lua/vim
Evgeni Chasnovski e6d955cb2c docspack): mention re-install after source's default branch change #37560
Problem: `vim.pack.update()` doesn't update source's default branch if
  it has changed on the remote. It can be done by executing
  `git remote set-head origin --auto` for every plugin on every update,
  but it feels like too much extra work (which requires Internet
  connection) for a very rare use case.

  This matters since `version = nil` will keep pointing to previous
  default branch even after `vim.pack.update()`.

Solution: Document that in order for `version = nil` to point to the
  source's new default branch, perform clean re-install.
2026-01-26 08:20:33 -05:00
..
2026-01-23 09:30:37 +01:00
2026-01-17 11:28:00 +01:00
2025-08-17 11:54:53 +08:00
2025-06-06 15:36:48 +01:00
2026-01-09 10:07:15 +01:00
2025-09-16 11:41:36 +08:00
2025-09-16 11:41:36 +08:00
2025-11-22 19:32:45 -05:00