Skip to content

Prevent storing diff files in recent files history

Méven Car requested to merge meven/kate:fix-436906 into master

BUG: 436906

Currently diff files are opened as regular files. The bug suggests treating them as temporary files, i.e not keeping them in recent files list.

I also wonder if we should store the diff files in /tmp, rather than CWD.

Context c4b20b89

cc @cullmann

Merge request reports