Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(diff): add option to show full diff with diff mode #746

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

deathbeam
Copy link
Collaborator

Add new full_diff option to show_diff mapping which allows showing a full diff view instead of unified diff view. When enabled, it will show the modified file content side by side with original file using Vim's built-in diff mode.

The full diff mode provides better visualization of changes and allows using Vim's diff navigation commands to review changes.

Closes #705

image

Add new `full_diff` option to show_diff mapping which allows showing a full
diff view instead of unified diff view. When enabled, it will show the
modified file content side by side with original file using Vim's built-in
diff mode.

The full diff mode provides better visualization of changes and allows using
Vim's diff navigation commands to review changes.

Closes CopilotC-Nvim#705

Signed-off-by: Tomas Slusny <[email protected]>
@deathbeam deathbeam merged commit 4c4f9b8 into CopilotC-Nvim:main Feb 4, 2025
2 checks passed
@deathbeam deathbeam deleted the vimdffsupport branch February 4, 2025 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vimdiff support
1 participant