view .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
line wrap: on
line source

version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
    commit-message:
      prefix: "CI"