FS#40758 - vim -d is a better choice for pacdiff than vimdiff
Attached to Project:
Pacman
Opened by invivo (invivo) - Sunday, 08 June 2014, 14:27 GMT
Last edited by Allan McRae (Allan) - Monday, 04 August 2014, 04:58 GMT
Opened by invivo (invivo) - Sunday, 08 June 2014, 14:27 GMT
Last edited by Allan McRae (Allan) - Monday, 04 August 2014, 04:58 GMT
|
Details
Summary and Info:
In line 24, the default DIFFPROG is vimdiff. I propose a more portable vim -d, as it is more portable and more likely to work for a wider usage. Steps to Reproduce: My installed version of Vim does not recognize vimdiff, but works perfectly with vim -d. I changed the DIFFPROG variable to vim -d to allow intended behavior. |
This task depends upon
Closed by Allan McRae (Allan)
Monday, 04 August 2014, 04:58 GMT
Reason for closing: Fixed
Additional comments about closing: git commit 79548e0d
Monday, 04 August 2014, 04:58 GMT
Reason for closing: Fixed
Additional comments about closing: git commit 79548e0d
Comment by Daniel (weirddan455) -
Wednesday, 16 July 2014, 16:31 GMT
Not trying to say one way or the other if this should be changed
but I'd just like to point out that on the vim package in [extra]
/usr/bin/vimdiff is just a plain old symlink to /usr/bin/vim. I
tested manually deleting it and recreating it with "ln -s
/usr/bin/vim /usr/bin/vimdiff" and it works as expected. Try
creating a symlink on your vim and see if it doesn't work.