Explorar el Código

Fix overlays

master
10sr hace 6 años
padre
commit
1759f319b6
Firmado por: 10sr ID de clave GPG: C384BB17CBB19347
Se han modificado 1 ficheros con 6 adiciones y 5 borrados
  1. +6
    -5
      emacs.el

+ 6
- 5
emacs.el Ver fichero

@@ -2377,11 +2377,12 @@ TYPE is target object type."
"--abbrev"

treeish)
(git-walktree--replace-into-buffer buf))))
;; Overlays won't be copied with replace-buffer-contents so do this
;; after copying contents
(ansi-color-apply-on-region (point-min)
(point-max))
(git-walktree--replace-into-buffer buf))
;; Overlays won't be copied with replace-buffer-contents so do this
;; after copying contents
(remove-overlays)
(ansi-color-apply-on-region (point-min)
(point-max))))
(git-walktree-mode)
(set-buffer-modified-p nil)



Cargando…
Cancelar
Guardar