aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-12-18 07:49:13 +0800
committerzeertzjq <zeertzjq@outlook.com>2024-12-18 08:15:31 +0800
commitb7da54aa9e72a0c7684546439f078ed89ba16d0a (patch)
tree042fb803194c25e9f7aa52ac4400d034efbb3071 /runtime
parent2f7b385f2ef61626bc034bd6f3a25f5ec9f3a1f3 (diff)
downloadrneovim-b7da54aa9e72a0c7684546439f078ed89ba16d0a.tar.gz
rneovim-b7da54aa9e72a0c7684546439f078ed89ba16d0a.tar.bz2
rneovim-b7da54aa9e72a0c7684546439f078ed89ba16d0a.zip
vim-patch:9.1.0942: a few typos were found
Problem: a few typos were found Solution: fix them (zeertzjq) closes: vim/vim#16232 https://github.com/vim/vim/commit/d32bf0a06762f9ad08334d67b4d7f235f87f9063
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/motion.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt
index 41fcdc3e1b..284be09121 100644
--- a/runtime/doc/motion.txt
+++ b/runtime/doc/motion.txt
@@ -118,8 +118,8 @@ Note that when using ":" any motion becomes charwise exclusive.
*inclusive-motion-selection-exclusive*
When 'selection' is "exclusive", |Visual| mode is active and an inclusive
motion has been used, the cursor position will be adjusted by another
-character to the right, so that visual selction includes the expected text and
-can be acted upon.
+character to the right, so that the Visual selection includes the expected
+text and can be acted upon.
*forced-motion*
FORCING A MOTION TO BE LINEWISE, CHARWISE OR BLOCKWISE