branch: scratch/add-vdiff
commit f82631530b6f35af7de874eff567558e62b4f4f7
Author: justbur <[email protected]>
Commit: justbur <[email protected]>

    Increase default fold padding
---
 vdiff.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vdiff.el b/vdiff.el
index 0655eda..6b15914 100644
--- a/vdiff.el
+++ b/vdiff.el
@@ -128,7 +128,7 @@ the buffer here, because those are handled differently."
   :group 'vdiff
   :type '(repeat symbol))
 
-(defcustom vdiff-fold-padding 2
+(defcustom vdiff-fold-padding 6
   "Unchanged lines to leave unfolded around a fold"
   :group 'vdiff
   :type 'integer)

Reply via email to