summaryrefslogtreecommitdiff
path: root/runtime/doc/visual.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-03-17 17:13:16 +0100
committerBram Moolenaar <Bram@vim.org>2019-03-17 17:13:16 +0100
commit26967617a30e55aedc98b8f14b841d88469abd0e (patch)
tree0db92ea69e6ff8e9c3d4aca63ffed3bd129b5f9d /runtime/doc/visual.txt
parent049ca59236d5a981f23cf5dfe40f54536fe7cad2 (diff)
downloadvim-git-26967617a30e55aedc98b8f14b841d88469abd0e.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/doc/visual.txt')
-rw-r--r--runtime/doc/visual.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/visual.txt b/runtime/doc/visual.txt
index 0b012c61a..f63a08d04 100644
--- a/runtime/doc/visual.txt
+++ b/runtime/doc/visual.txt
@@ -1,4 +1,4 @@
-*visual.txt* For Vim version 8.1. Last change: 2019 Feb 19
+*visual.txt* For Vim version 8.1. Last change: 2019 Feb 25
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -118,7 +118,7 @@ gn Search forward for the last used search pattern, like
E.g., "dgn" deletes the text of the next match.
If Visual mode is active, extends the selection
until the end of the next match.
- Note: Unlinke `n` the search direction does not depend
+ Note: Unlike `n` the search direction does not depend
on the previous search command.
*gN* *v_gN*