Hi
Attached patch fixes 2 minor mistakes in the documentation.
Regards
Dominique
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 8bb025ccf..be163d983 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -5082,7 +5082,7 @@ getwinpos([{timeout}]) *getwinpos()*
When using a value less than 10 and no response is received
within that time, a previously reported position is returned,
if available. This can be used to poll for the position and
- do some work in the mean time: >
+ do some work in the meantime: >
while 1
let res = getwinpos(1)
if res[0] >= 0
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 20eb894d7..c6feaa21f 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -538,7 +538,7 @@ option_save({list}) *option_save()*
Alternatively: save and restore ALL options. Implementation needs to use
copy-on-write. Return an ID from option_save(), when
option_restore(ID) is called give an error if another option_save()
- was called in the mean time, they must be balanced.
+ was called in the meantime, they must be balanced.
"gvim --remote" from a directory with non-word characters changes the current
directory (Paulo Marcel Coelho Arabic, 2017 Oct 30, #2266)