docs: small fixes (#26448)

Co-authored-by: Gregory Anders <8965202+gpanders@users.noreply.github.com>
Co-authored-by: Jordan Mandel <jordan.mandel@live.com>
This commit is contained in:
dundargoc
2023-12-19 06:29:13 +01:00
committed by GitHub
parent 1cf51a07a6
commit 693aea0e9e
8 changed files with 18 additions and 22 deletions

View File

@@ -593,7 +593,7 @@ func Test_maplist()
call assert_equal(len(maps_maplist), len(map_set))
" For everything returned by maplist, should be the same as from maparg.
" Except for "map dup", bacause maparg returns the <buffer> version
" Except for "map dup", because maparg returns the <buffer> version
for d in maps_maplist
if d.lhs == 'dup' && d.buffer == 0
continue