google / google/styleguide

VIM: Casual version - clarification in the "Dangerous commands" additional info.

Open
#554 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.