Hi
Attached patch fixes a typo in runtime/doc/channel.txt.
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/channel.txt b/runtime/doc/channel.txt
index 94ceafe..b9b5452 100644
--- a/runtime/doc/channel.txt
+++ b/runtime/doc/channel.txt
@@ -292,7 +292,7 @@ mapped. Example to open the folds under the cursor:
Command "eval" ~
-The "eval" command an be used to get the result of an expression. For
+The "eval" command can be used to get the result of an expression. For
example, to get the number of lines in the current buffer:
["eval","line('$')", -2] ~