view .github/dependabot.yml @ 35279:95bb5918b0cf v9.1.0446

patch 9.1.0446: getregionpos() inconsistent for partly-selected multibyte char Commit: https://github.com/vim/vim/commit/ef73374dc3e4bf8104ba31d5b22517f8028b467a Author: zeertzjq <zeertzjq@outlook.com> Date: Sun May 26 18:42:18 2024 +0200 patch 9.1.0446: getregionpos() inconsistent for partly-selected multibyte char Problem: getregionpos() behaves inconsistently for a partly-selected multibyte char. Solution: Always use column of the first byte for a partly-selected multibyte char (zeertzjq). closes: #14851 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 26 May 2024 18:45:02 +0200
parents eed6e54017c5
children
line wrap: on
line source

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