aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/visual.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-08-01 22:30:40 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-08-01 22:44:59 +0200
commit41fe644124140c4a303de4a5a84e28efec918274 (patch)
treec38e74f319e5977c008161ea3535cbf35b029d3d /runtime/doc/visual.txt
parenta14fc7b159dcc0f39e8aff68763dff92cb364d18 (diff)
downloadrneovim-41fe644124140c4a303de4a5a84e28efec918274.tar.gz
rneovim-41fe644124140c4a303de4a5a84e28efec918274.tar.bz2
rneovim-41fe644124140c4a303de4a5a84e28efec918274.zip
vim-patch:26967617a30e
Update runtime files. https://github.com/vim/vim/commit/26967617a30e55aedc98b8f14b841d88469abd0e NA: vim-patch:55d81cd2a15d
Diffstat (limited to 'runtime/doc/visual.txt')
-rw-r--r--runtime/doc/visual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/visual.txt b/runtime/doc/visual.txt
index 4f29577680..2062696a4e 100644
--- a/runtime/doc/visual.txt
+++ b/runtime/doc/visual.txt
@@ -103,7 +103,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*