neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit e28aee0c7204d742b00148a1916727aeb3de529b
parent d6704148bc9c51da429b0385cc13761084dc3215
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Wed, 23 Jul 2025 06:23:58 +0800

vim-patch:774fe9d: runtime(doc): remove mention of ftp.vim.org

fixes: vim/vim#17819

https://github.com/vim/vim/commit/774fe9d8fcdc299f55502e79d6986eb866ec5b26

Co-authored-by: Christian Brabandt <cb@256bit.org>

Diffstat:
Mruntime/doc/usr_23.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/doc/usr_23.txt b/runtime/doc/usr_23.txt @@ -116,7 +116,7 @@ Someone sends you an e-mail message, which refers to a file by its URL. For example: You can find the information here: ~ - ftp://ftp.vim.org/pub/vim/README ~ + https://ftp.nluug.nl/pub/vim/README You could start a program to download the file, save it on your local disk and then start Vim to edit it.