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

Added command line completion for :diffget and :diffput #5409

Closed
wants to merge 2 commits into from

Conversation

dpelle
Copy link
Member

@dpelle dpelle commented Dec 29, 2019

:diffget and :diffput now complete file names which are in
diff mode and which are different than the current buffer.
No completion when current buffer is not in diff mode.

:diffget and :diffput now complete file names which are in
diff mode and which are different than the current buffer.
No completion when current buffer is not in diff mode.
@codecov-io
Copy link

Codecov Report

Merging #5409 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5409      +/-   ##
==========================================
- Coverage    82.7%   82.69%   -0.01%     
==========================================
  Files         134      134              
  Lines      147606   147615       +9     
==========================================
- Hits       122074   122068       -6     
- Misses      25532    25547      +15
Impacted Files Coverage Δ
src/usercmd.c 94.87% <ø> (ø) ⬆️
src/buffer.c 85.73% <100%> (+0.1%) ⬆️
src/cmdexpand.c 82% <100%> (+0.07%) ⬆️
src/mbyte.c 65.83% <0%> (-0.58%) ⬇️
src/profiler.c 94.11% <0%> (-0.57%) ⬇️
src/if_xcmdsrv.c 85.99% <0%> (-0.36%) ⬇️
src/gui.c 63.43% <0%> (-0.21%) ⬇️
src/channel.c 84.22% <0%> (-0.08%) ⬇️
src/terminal.c 81.81% <0%> (-0.04%) ⬇️
src/window.c 88.27% <0%> (+0.03%) ⬆️
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c6d539b...a899eac. Read the comment docs.

@brammool brammool closed this in ae7dba8 Dec 29, 2019
janlazo added a commit to janlazo/neovim that referenced this pull request Feb 13, 2021
Problem:    :diffget and :diffput don't have good completion.
Solution:   Add proper completion. (Dominique Pelle, closes vim/vim#5409)
vim/vim@ae7dba8
mikesart pushed a commit to mikesart/neovim that referenced this pull request Mar 10, 2021
Problem:    :diffget and :diffput don't have good completion.
Solution:   Add proper completion. (Dominique Pelle, closes vim/vim#5409)
vim/vim@ae7dba8
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.

None yet

2 participants