diff src/version.c @ 18970:0413239d2b96 v8.2.0046

patch 8.2.0046: tests for spell suggestions are slow Commit: https://github.com/vim/vim/commit/767340574b5a0c697e650b3bbc3a4af10e51cb89 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 26 14:30:15 2019 +0100 patch 8.2.0046: tests for spell suggestions are slow Problem: Tests for spell suggestions are slow. Solution: Use shorter words. Test with latin1 and utf-8 to cover more code. (Dominique Pelle, closes #5399)
author Bram Moolenaar <Bram@vim.org>
date Thu, 26 Dec 2019 14:45:06 +0100
parents 24941a950cc7
children bf8eb950df61
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    46,
+/**/
     45,
 /**/
     44,