vim-dirdiff
vim-dirdiff copied to clipboard
Vim plugin to diff two directories
I map `` and `` to `:cprevious` and `:cnext` to navigate the "quickfix" list when opened. I would also like to use these same keys to go to the previous...
I moved to the latest `vim-dirdiff` so I could specify bindings from `vimrc`. But I found that focus changed after Next/Prev. This patch restores the earlier behavior; don't know when/how...
Hi. Thanks for the plugin - it's fantastic. One question - when I run your latest code, your window with the list of files no longer comes up at the...
On per default. Only echo progress messages ("Copy/Deleting from ...") during synchronization when option is on.
Hi, Using Vim DirDiff plugin, I have made this vim9 func to set layout (and go to next diff) when entering &ft dirdiff buffer ``` def g:ManageDirDiff() if ( &ft...
Hi, It appears synchronization folding problem when moving cursor from one window to another. ( ex moving CTRL+W +W from bottom window to top left window first cpp ) It...
Currently when only the line endings differ (Unix \n and Windows \r\n for example) DirDiff says that the files differ but the lines are all collapsed (like when there is...
When issuing: ``` :DirDiff /tmp/toto/ /tmp/titi/ ``` I get this:  First off, the colorscheme is all bugged. I have to enter the command `:!` to refresh the screen. But...