diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2023-08-01 16:17:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-01 16:17:26 -0700 |
commit | d086bc1e8590a92a70c414bd60e1e988bbdd3c0a (patch) | |
tree | 3e41a83e7cee67d9c7c4eeb886c81113d4e3a313 /scripts/gen_eval_files.lua | |
parent | 642586977158b44c007177169d3091840a72a8fd (diff) | |
download | rneovim-d086bc1e8590a92a70c414bd60e1e988bbdd3c0a.tar.gz rneovim-d086bc1e8590a92a70c414bd60e1e988bbdd3c0a.tar.bz2 rneovim-d086bc1e8590a92a70c414bd60e1e988bbdd3c0a.zip |
docs: drop "Can also be used as a method" #24508
Now that we "own" builtin.txt, we cant remove the repetitive mention of
Vimscript's UFCS syntax. It's noisy to mention this for each function,
and it's also not a Vimscript feature that should be encouraged.
Also change the builtin.txt heading to "NVIM REFERENCE MANUAL", which
indicates when a help file is Nvim-owned.
Diffstat (limited to 'scripts/gen_eval_files.lua')
-rwxr-xr-x | scripts/gen_eval_files.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_eval_files.lua b/scripts/gen_eval_files.lua index 7e470a3105..c3123fd47c 100755 --- a/scripts/gen_eval_files.lua +++ b/scripts/gen_eval_files.lua @@ -451,7 +451,7 @@ local CONFIG = { '*builtin.txt* Nvim', '', '', - '\t\t VIM REFERENCE MANUAL\t by Bram Moolenaar', + '\t\t NVIM REFERENCE MANUAL', '', '', 'Builtin functions\t\t*vimscript-functions* *builtin-functions*', |