diff src/version.c @ 19149:643c6c3c0da4 v8.2.0134

patch 8.2.0134: some map functionality not covered by tests Commit: https://github.com/vim/vim/commit/8ba6bb7c94229f1e6f85ea5152ed8b4fbbbd9d20 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 20 20:41:42 2020 +0100 patch 8.2.0134: some map functionality not covered by tests Problem: Some map functionality not covered by tests. Solution: Add tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5504)
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Jan 2020 20:45:04 +0100
parents 06ef1e438ac8
children f12eda320c78
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 */
 /**/
+    134,
+/**/
     133,
 /**/
     132,