Skip to content

Commit

Permalink
chore(docs): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem-J-an authored and Willem Jan Noort committed Jun 24, 2024
1 parent 7554e16 commit 39032e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
if: env.LUAROCKS_API_KEY != null

- name: Get Version
env:
SHELLCHECK_OPTS: --exclude=SC2086
run: |
git fetch --tags
tag="$(git describe --abbrev=0 --tags)"
Expand Down
2 changes: 1 addition & 1 deletion doc/adopure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ AdoState:new({repository}, {pull_request})

AdoState:load_pull_request_threads({_}) *AdoState:load_pull_request_threads*
Fetch comment threads from Azure DevOps.
Comment threads are added upon initilization and when creating new threads with the plugin.
Comment threads are added upon initialization and when creating new threads with the plugin.
Comment threads created by others, or without the plugin are not automatically loaded.

Parameters: ~
Expand Down

0 comments on commit 39032e0

Please sign in to comment.