summaryrefslogtreecommitdiff
path: root/src/VisVim/README_VisVim.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-04-17 18:31:18 +0200
committerBram Moolenaar <Bram@vim.org>2019-04-17 18:31:18 +0200
commitb49e3563b920ff6d96b88a1f658182a986b2b1ea (patch)
tree793c72e810614ea91362024b7a159d1739e2138e /src/VisVim/README_VisVim.txt
parentb9cdb37176a163f5047e149c3b568eee9883157c (diff)
downloadvim-git-b49e3563b920ff6d96b88a1f658182a986b2b1ea.tar.gz
patch 8.1.1183: typos in VisVim commentsv8.1.1183
Problem: Typos in VisVim comments. Solution: Correct the typos. (Christ van Willegen)
Diffstat (limited to 'src/VisVim/README_VisVim.txt')
-rw-r--r--src/VisVim/README_VisVim.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VisVim/README_VisVim.txt b/src/VisVim/README_VisVim.txt
index 25b0fbd05..d96becf11 100644
--- a/src/VisVim/README_VisVim.txt
+++ b/src/VisVim/README_VisVim.txt
@@ -238,7 +238,7 @@ Change history
- Added an option to do a :cd before opening the file (having a file opened
by clicking it but finding out to be still in C:\Windows\system when trying to
open another file by ":e" can be annoying). Change directory can be
- done to the source file's directory or it's parent directory.
+ done to the source file's directory or its parent directory.
- Added some explanations to the error message for the CO_E_CLASSSTRING error
("Use OLE Vim and make sure to register...").