annotate .github/dependabot.yml @ 34020:fb167ca472fe

runtime(doc): clarify behaviour of ]m and ]M motions Commit: https://github.com/vim/vim/commit/65672ae1189e0638fb68856598b98a2b7ee2a0a8 Author: Christian Brabandt <cb@256bit.org> Date: Wed Dec 27 18:53:35 2023 +0100 runtime(doc): clarify behaviour of ]m and ]M motions In particular remove the sentence, that a missing '{' (for ]m) or '}' (for ]M) after the cursor is an error, since currently this is not treated as an error. fixes: #13777 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 27 Dec 2023 19:00:08 +0100
parents eed6e54017c5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
30475
871e355e5732 patch 9.0.0573: outdated dependencies go unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
1 version: 2
871e355e5732 patch 9.0.0573: outdated dependencies go unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
2 updates:
871e355e5732 patch 9.0.0573: outdated dependencies go unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
3 - package-ecosystem: "github-actions"
871e355e5732 patch 9.0.0573: outdated dependencies go unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
4 directory: "/"
871e355e5732 patch 9.0.0573: outdated dependencies go unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
5 schedule:
871e355e5732 patch 9.0.0573: outdated dependencies go unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
6 interval: "weekly"
33977
eed6e54017c5 CI: change dependabot prefix to "CI" (#13724)
Christian Brabandt <cb@256bit.org>
parents: 30475
diff changeset
7 commit-message:
eed6e54017c5 CI: change dependabot prefix to "CI" (#13724)
Christian Brabandt <cb@256bit.org>
parents: 30475
diff changeset
8 prefix: "CI"