Files
neovim/runtime/lua/vim/_core
Barrett Ruth 7325e3b55a fix(dir): define "-" (up/parent) mapping earlier #40531
Problem:
The dir.lua "-" mapping cannot be easily overridden (because of autocmd
ordering).

Solution:
- Move it to defaults.lua.
- Also to be extra polite: fall back to builtin `-` motion if the user
  disabled the `dir.lua` plugin.
2026-07-02 15:55:48 -04:00
..
2026-07-01 13:26:21 +02:00
2026-06-29 13:10:31 -04:00
2026-05-30 12:57:24 +02:00