From c8e54bf49d1950ab7de12c5ce82882bef4d0f508 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Tue, 17 Jun 2025 14:39:03 +0200 Subject: [PATCH 1/2] docs: deprecate --- runtime/doc/autocmd.txt | 5 ++++- runtime/doc/cmdline.txt | 12 ++---------- runtime/doc/deprecated.txt | 5 ++--- runtime/doc/quickref.txt | 4 ++-- runtime/doc/repeat.txt | 4 ++-- runtime/doc/syntax.txt | 4 ++-- runtime/doc/usr_41.txt | 4 ++-- runtime/doc/usr_44.txt | 4 ++-- runtime/doc/vimfn.txt | 2 +- runtime/lua/vim/_meta/vimfn.lua | 2 +- src/nvim/eval.lua | 2 +- 11 files changed, 21 insertions(+), 27 deletions(-) diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index fe57d9ab1c..c116c67813 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -78,6 +78,9 @@ exception is that "" is expanded when the autocmd is defined. Example: :au BufNewFile,BufRead *.html so :h/html.vim Here Vim expands to the name of the file containing this line. +Use