diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-01 01:24:44 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-01 01:37:13 -0400 |
commit | d1a2523f6c98f4113e1859830ae448f34d89012c (patch) | |
tree | 0997236bf1238a30137c466b138407da50ca71b6 /runtime/doc/eval.txt | |
parent | f5d1f0bf0372ac57c8b1f814bb5b18f13b3b53de (diff) | |
download | rneovim-d1a2523f6c98f4113e1859830ae448f34d89012c.tar.gz rneovim-d1a2523f6c98f4113e1859830ae448f34d89012c.tar.bz2 rneovim-d1a2523f6c98f4113e1859830ae448f34d89012c.zip |
vim-patch:1d59aa1fdfb1
Update runtime files.
https://github.com/vim/vim/commit/1d59aa1fdfb191d9872ff87eb94652acd374b293
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 0c5bf0b2d8..9f2a3a0956 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -4638,7 +4638,7 @@ getmarklist([{expr}]) *getmarklist()* local marks defined in buffer {expr}. For the use of {expr}, see |bufname()|. - Each item in the retuned List is a |Dict| with the following: + Each item in the returned List is a |Dict| with the following: name - name of the mark prefixed by "'" pos - a |List| with the position of the mark: [bufnum, lnum, col, off] |