mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
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.
This commit is contained in:
parent
6425869771
commit
d086bc1e85
1262
runtime/doc/builtin.txt
generated
1262
runtime/doc/builtin.txt
generated
File diff suppressed because it is too large
Load Diff
1256
runtime/lua/vim/_meta/vimfn.lua
generated
1256
runtime/lua/vim/_meta/vimfn.lua
generated
File diff suppressed because it is too large
Load Diff
@ -451,7 +451,7 @@ local CONFIG = {
|
|||||||
'*builtin.txt* Nvim',
|
'*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*',
|
'Builtin functions\t\t*vimscript-functions* *builtin-functions*',
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user