diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-11-29 02:45:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-29 09:45:48 +0800 |
commit | 615f124003376c007442319b31a172360796974c (patch) | |
tree | 15a19518bb30f32dab421930bbbfa4043b56ea54 /test/functional/api/vim_spec.lua | |
parent | 0badfaa6d0a86904f67e1343e839c2f7966e4716 (diff) | |
download | rneovim-615f124003376c007442319b31a172360796974c.tar.gz rneovim-615f124003376c007442319b31a172360796974c.tar.bz2 rneovim-615f124003376c007442319b31a172360796974c.zip |
docs: fix typos (#21196)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Co-authored-by: Raphael <glephunter@gmail.com>
Co-authored-by: Gregory Anders <greg@gpanders.com>
Diffstat (limited to 'test/functional/api/vim_spec.lua')
-rw-r--r-- | test/functional/api/vim_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/api/vim_spec.lua b/test/functional/api/vim_spec.lua index 3e1aab28ce..5677990525 100644 --- a/test/functional/api/vim_spec.lua +++ b/test/functional/api/vim_spec.lua @@ -3042,7 +3042,7 @@ describe('API', function() meths.buf_set_mark(buf, 'F', 2, 2, {}) meths.buf_set_name(buf, "mybuf") local mark = meths.get_mark('F', {}) - -- Compare the path tail ony + -- Compare the path tail only assert(string.find(mark[4], "mybuf$")) eq({2, 2, buf.id, mark[4]}, mark) end) |