From fbcedd644effda1b86e670f99fbf5083ebe34c04 Mon Sep 17 00:00:00 2001
From: Sergey Matveev <stargrave@stargrave.org>
Date: Wed, 2 Apr 2025 10:16:39 +0300
Subject: [PATCH] inline:char diff highlighting

---
 vim/.vimrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vim/.vimrc b/vim/.vimrc
index 433a95c..dc8fc2a 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -32,7 +32,7 @@ set cpoptions+=$
 set showcmd
 set showmatch
 set completeopt-=preview
-set diffopt+=indent-heuristic,algorithm:histogram
+set diffopt+=indent-heuristic,algorithm:histogram,inline:char
 
 set cursorline
 set cursorcolumn
-- 
2.51.0