]> granicus.if.org Git - vim/commitdiff
patch 8.2.0623: typo in test comment v8.2.0623
authorBram Moolenaar <Bram@vim.org>
Thu, 23 Apr 2020 13:46:35 +0000 (15:46 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 Apr 2020 13:46:35 +0000 (15:46 +0200)
Problem:    Typo in test comment. (Christ van Willegen)
Solution:   Avoid mixing up a data structure with a body part.

src/testdir/test_listdict.vim
src/version.c

index 2087f77ec9eb49711c62ae35e06676b1fd26faaf..a2cc6b5a2d3cdc5237f18e3d9433108efea658bd 100644 (file)
@@ -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 = {}
index 7bfe8b050e7c0f0a9612e2a828d490ffe87004f2..b2268736f11d2c78eb7d66d2756f7fe95572cfeb 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    623,
 /**/
     622,
 /**/