comparison src/version.c @ 19007:0883a37ccf84 v8.2.0064

patch 8.2.0064: diffmode completion doesn't use per-window setting Commit: https://github.com/vim/vim/commit/efcc329020ef089267f5f3994b8544eb58806311 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 30 21:59:03 2019 +0100 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 https://github.com/vim/vim/issues/5419)
author Bram Moolenaar <Bram@vim.org>
date Mon, 30 Dec 2019 22:00:04 +0100
parents 53088656f5ed
children 43713a77baaf
comparison
equal deleted inserted replaced
19006:0de1352b2de9 19007:0883a37ccf84
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 64,
745 /**/ 747 /**/
746 63, 748 63,
747 /**/ 749 /**/
748 62, 750 62,
749 /**/ 751 /**/