diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-12-19 06:29:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-19 13:29:13 +0800 |
commit | 693aea0e9e1032aee85d56c1a3f33e0811dbdc18 (patch) | |
tree | 9de2a4612d9c875969a2e5ecd392e756603fbe09 /test | |
parent | 1cf51a07a6bfb827efc36911cd018da3a3cb863b (diff) | |
download | rneovim-693aea0e9e1032aee85d56c1a3f33e0811dbdc18.tar.gz rneovim-693aea0e9e1032aee85d56c1a3f33e0811dbdc18.tar.bz2 rneovim-693aea0e9e1032aee85d56c1a3f33e0811dbdc18.zip |
docs: small fixes (#26448)
Co-authored-by: Gregory Anders <8965202+gpanders@users.noreply.github.com>
Co-authored-by: Jordan Mandel <jordan.mandel@live.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/old/testdir/test_map_functions.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/old/testdir/test_map_functions.vim b/test/old/testdir/test_map_functions.vim index 2aeb470a0d..0898242154 100644 --- a/test/old/testdir/test_map_functions.vim +++ b/test/old/testdir/test_map_functions.vim @@ -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 |