changeset 20136:fdf94ab9929b v8.2.0623

patch 8.2.0623: typo in test comment Commit: https://github.com/vim/vim/commit/f7b398c6a9476a2004a42555b731ebf47b866408 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 23 15:46:35 2020 +0200 patch 8.2.0623: typo in test comment Problem: Typo in test comment. (Christ van Willegen) Solution: Avoid mixing up a data structure with a body part.
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Apr 2020 16:15:05 +0200
parents 571f632f0aa2
children d7adfac8fc5b
files src/testdir/test_listdict.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_listdict.vim
+++ b/src/testdir/test_listdict.vim
@@ -547,7 +547,7 @@ func Test_dict_lock_extend()
   call assert_equal({'a': 99, 'b': 100}, d)
 endfunc
 
-" Cannot use += with a locked dick
+" Cannot use += with a locked dict
 func Test_dict_lock_operator()
   unlet! d
   let d = {}
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    623,
+/**/
     622,
 /**/
     621,