[email protected] wrote: > Thanks Dominique for your answer :-) > > > Completion could indeed be improved for diffput & diffget. > > Did you mean something like creating custom commands, like :Diffget > and :Diffput, that behave in that way?
No. I meant we could add completion to the Vim :diffget and :diffput commands. I just created a pull request with this new feature: https://github.com/vim/vim/pull/5409 Can you try it and provide feedback? With this proposed change, `:diffget` and `:diffput` complete to file names which are diff mode and which are different than the current buffer. No completion when current buffer is not in diff mode. No completion either in vim tiny/small where FEAT_DIFF is not enabled. Regards Dominique -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAON-T_jerSmsyqwfO3_J7ejrLGaWzhaEQ-svyTOXo%2BzeXPT93g%40mail.gmail.com.
