Justin M. Keyes
a4a544032a
feat(cwd)!: :lcd! (bang), rearrange :bcd/:lcd/… scope precedence #41194
...
Problem:
- buf-local CWD scope is lower priority than :lcd, which is weird.
```
win > buf > tab > global
```
- No way to clear current CWD at a given scope.
Solution:
- Rerrange scope precedence to:
```
buf > win > tab > global
```
- Introduce "bang" variants (`:bcd!`/`:lcd!`/`:tcd!`) which clears the
local CWD for the given scope.
2026-08-07 04:41:37 -04:00
..
2026-08-06 10:27:29 +02:00
2026-02-01 08:22:07 +08:00
2026-08-05 07:00:46 +08:00
2026-08-07 04:41:37 -04:00
2026-08-07 12:36:41 +08:00
2026-08-07 12:36:41 +08:00
2026-01-26 06:53:53 +08:00
2026-08-07 04:41:37 -04:00
2026-07-31 09:32:40 +08:00
2026-08-05 13:36:58 -04:00
2026-07-22 12:03:34 -04:00
2026-07-23 17:27:14 -04:00
2022-03-13 04:52:45 +00:00
2026-08-07 12:36:41 +08:00
2026-05-13 07:31:17 -04:00
2026-04-14 11:13:03 -05:00
2023-08-13 13:25:10 +01:00
2025-12-30 01:44:24 -05:00
2026-05-17 09:56:37 -04:00
2026-03-12 11:12:56 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2025-08-22 19:10:43 +02:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2026-08-07 12:36:41 +08:00
2026-01-20 07:56:50 +08:00
2022-10-13 05:48:12 -07:00
2026-04-14 11:13:03 -05:00
2026-04-14 11:13:03 -05:00
2026-08-07 12:36:41 +08:00
2024-07-02 13:05:16 +02:00