0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

runtime(doc): fix typo in usr_52.txt

fixes: #14758

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt 2024-05-12 19:04:47 +02:00
parent 4ceb4dc825
commit b7258738f8
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -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 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 Another form is to use autoload with a script name that is not an absolute or
relative path: > relative path: >
import autload "monthlib.vim" import autoload "monthlib.vim"
This will search for the script "monthlib.vim" in the autoload directories of This will search for the script "monthlib.vim" in the autoload directories of
'runtimepath'. With Unix one of the directories often is "~/.vim/autoload". 'runtimepath'. With Unix one of the directories often is "~/.vim/autoload".