Skip to content

Commit

Permalink
fix: change section name to match method being documented (#362)
Browse files Browse the repository at this point in the history
fix: fixes helptags, removes duplicate entry

This is a #PATCH release
  • Loading branch information
gkze authored Sep 9, 2024
1 parent ea2b2b2 commit f1faf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/gitlab.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ By default, the endpoint will return all open merge requests.
{labels}: (table<string>) Return merge requests with *including* matching labels
• Etc, see: https://docs.gitlab.com/ee/api/merge_requests.html#list-merge-requests

*gitlab.nvim.choose_merge_request*
*gitlab.nvim.choose_merge_request_by_username*
gitlab.choose_merge_request_by_username({opts}) ~

Choose a merge request based on the username provided. Like the `choose_merge_request`
Expand Down

0 comments on commit f1faf60

Please sign in to comment.