Skip to content

Commit 69ab5c7

Browse files
committed
Merge branch '2934-gen_vimdoc' into 3088-gen_vimdoc-api-3231-remove-api-requires
2 parents 94e23a5 + 0ed74d2 commit 69ab5c7

34 files changed

Lines changed: 855 additions & 850 deletions

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ markdown-toc --maxdepth=2 -i CONTRIBUTING.md
1818
* [check](#check)
1919
- [Diagnostics](#diagnostics)
2020
- [Backwards Compatibility](#backwards-compatibility)
21-
- [Adding New Actions](#adding-new-actions)
2221
- [Documentation](#documentation)
23-
* [Opts](#opts)
22+
* [Config And Mappings](#config-and-mappings)
2423
* [API](#api)
2524
- [Windows](#windows)
2625
- [Pull Request](#pull-request)
@@ -126,8 +125,8 @@ end
126125
## Config And Mappings
127126

128127
When adding to or changing:
129-
1. `DEFAULT_OPTS`
130-
2. `Config` classes
128+
1. Default config
129+
2. `config` classes
131130
3. `on_attach` default mappings
132131

133132
You must generate help documentation. This requires neovim stable sources. You will be promted with instructions on fetching and referencing the source.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ style-fix:
3535
# utility
3636
#
3737
help-update:
38-
scripts/help-update.sh
3938
scripts/gen_vimdoc.sh
39+
scripts/help-update.sh
4040

4141
#
4242
# CI

0 commit comments

Comments
 (0)