1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-13 06:37:20 +03:00

Merge remote-tracking branch 'AndrewVos/patch-1'

This commit is contained in:
Maxime Coste 2022-04-25 19:29:42 +10:00
commit f953ce1746

View File

@ -157,7 +157,7 @@ define-command -params 1.. \
update_diff() {
(
cd_bufdir
git --no-pager diff -U0 "$kak_buffile" | perl -e '
git --no-pager diff --no-ext-diff -U0 "$kak_buffile" | perl -e '
$flags = $ENV{"kak_timestamp"};
foreach $line (<STDIN>) {
if ($line =~ /@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))?/) {