summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-05-12 19:04:47 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-12 19:04:47 +0200
commitb7258738f80f26be302a84a99f968b3bdc2f29bb (patch)
treead49350ad0cbdf62f578e9597fa0a5f80357a88a
parent4ceb4dc825854032eed423ec1fc372317d3420bf (diff)
runtime(doc): fix typo in usr_52.txt
fixes: #14758 Signed-off-by: Christian Brabandt <cb@256bit.org>
-rw-r--r--runtime/doc/usr_52.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/usr_52.txt b/runtime/doc/usr_52.txt
index 222b899c32..4aae5fe02d 100644
--- a/runtime/doc/usr_52.txt
+++ b/runtime/doc/usr_52.txt
@@ -1,4 +1,4 @@
-*usr_52.txt* For Vim version 9.1. Last change: 2022 Jun 04
+*usr_52.txt* For Vim version 9.1. Last change: 2024 May 05
VIM USER MANUAL - by Bram Moolenaar
@@ -155,7 +155,7 @@ AUTOLOAD DIRECTORY
Another form is to use autoload with a script name that is not an absolute or
relative path: >
- import autload "monthlib.vim"
+ import autoload "monthlib.vim"
This will search for the script "monthlib.vim" in the autoload directories of
'runtimepath'. With Unix one of the directories often is "~/.vim/autoload".