commit | efcc329020ef089267f5f3994b8544eb58806311 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 30 21:59:03 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 30 21:59:03 2019 +0100 |
tree | ab8cb40fbc657f8642050905fb0771d7e70b99e5 | |
parent | 08b28b7ad52d5ee3cb5fa5982b647e325a410484 [diff] [blame] |
patch 8.2.0064: diffmode completion doesn't use per-window setting Problem: Diffmode completion doesn't use per-window setting. Solution: Check if a window is in diff mode. (Dominique Pell, closes #5419)
diff --git a/src/version.c b/src/version.c index 79f9f7c..99d59df 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 64, +/**/ 63, /**/ 62,