https://bugs.kde.org/show_bug.cgi?id=489692
TraceyC <kde...@tlcnet.info> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED CC| |kde...@tlcnet.info Ever confirmed|0 |1 --- Comment #1 from TraceyC <kde...@tlcnet.info> --- I can confirm the behavior described. I'm using the following plugins: Project plugin (commit / status / branch compare / stashing / file history) Documents Plugin (file history) Git blame (git blame support) I also have the setting enabled to highlight changed lines (saved / unsaved) If I change a word in a line of a file, and then change it back and save, the line has a green highlight in the left hand bar The file has not changed vs. what is merged in the git branch In contrast, here's how VS Code handles it: - Open a file that is up to date with the local and remote branches - Delete a word from a line and save - the line has a blue highlight (changed vs. branch) - Restore the word - highlight is removed even before the file is saved (same as branch) - Add a new line and save - line has a green highlight (new line vs branch) -- You are receiving this mail because: You are watching all bug changes.