fix(migrate): preserve non-default oil settings #328
No reviewers
Labels
No labels
autorelease: pending
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream/digest
upstream/pr
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/canola.nvim!328
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/326-migrate-gaps"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why:
:Oil --migratewas silently dropping or broadening several non-default Oil settings, which made the generatedvim.g.canolaconfig drift from live behavior.How: Teach
lua/oil/migrate.luato preserve representable sort, float, and keymap settings, and emit aManual Reviewsection for lossy translations instead of dropping them. Expandspec/migrate_spec.luato lock down exact mappings and the printed migration output.