]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix a few typos introduced in 0ae9e19540dda5d
authorChristian Brabandt <cb@256bit.org>
Sun, 6 Jul 2025 16:26:49 +0000 (18:26 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 6 Jul 2025 16:27:22 +0000 (18:27 +0200)
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/usr_27.txt

index d8bdf1ba158b0c05195c6d66601034cac8e5901e..75fc7ea2503929b20f3209a242a44db1a3e92e09 100644 (file)
@@ -1,4 +1,4 @@
-*usr_27.txt*   For Vim version 9.1.  Last change: 2027 Jul 07
+*usr_27.txt*   For Vim version 9.1.  Last change: 2025 Jul 06
 
                     VIM USER MANUAL - by Bram Moolenaar
 
@@ -7,8 +7,8 @@
 
 In chapter 3 a few simple search patterns were mentioned |03.9|.  Vim can do
 much more complex searches.  This chapter explains the most often used ones.
-A detailed specification can be found here: |pattern|  Options affecting how
-search is done can be found here: |search-options|
+A detailed specification can be found here: |pattern|
+Options affecting how search is done can be found here: |search-options|
 
 |27.1| Ignoring case
 |27.2| Wrapping around the file end