VIM: Casual version - clarification in the "Dangerous commands" additional info.
Open
lang:vim
- Dominant language
- HTML
- Stars
- 39.6k
- Forks
- 12.9k
- Avg merge
- 42m
- Merged PRs (30d)
- 15
Description
The [additional info](https://github.com/google/styleguide/blob/35fd3f01678c63593b80c4abbf1691a79fed2dfe/vimscriptguide.xml#L89) mentions that the
help tag for the builtin functions is:
```vim
:help functions()
```
Where in fact it is:
```vim
:help functions
```
or:
```vim
:help function-list
```
Source:
https://github.com/vim/vim/blob/master/runtime/doc/eval.txt#L2299
Contributor guide
Assessment
This issue has not been assessed yet.