The following is in error:
| o changeset: 36588:730a3ddebdd2
| | tag: v9.0.2175
| | user: Christian Brabandt <
c...@256bit.org>
| | date: Tue Dec 19 20:15:06 2023 +0100
| | files: src/optionstr.c src/version.c
| | description:
| | patch 9.0.2175: Compile error with Motif UI + mouse support
| |
| | Commit:
https://github.com/vim/vim/commit/18d0d29b420543efd4938619d821df7b67988de5
| | Author: Ken Takata <
ken...@csc.jp>
| | Date: Tue Dec 19 20:12:29 2023 +0100
| |
| | patch 9.0.2175: Compile error with Motif UI + mouse support
| |
| | Problem: Compile error with Motif UI + mouse support (after v9.0.1262)
| | Solution: Use correct oldval option pointer
| |
| | Fix compilation error introduced by 9.0.1262 and found in #13704.
| |
| | closes: #13726
| |
| | Signed-off-by: Ken Takata <
ken...@csc.jp>
| | Signed-off-by: Christian Brabandt <
c...@256bit.org>
| |
| |
In fact, the src/version.c change of this changeset adds patch number
2176, not 2175. Alas, Mercurial descriptions being frozen forever, it
is too late to change the wrong description, but perhaps tag v9.0.2175
can be restored to where it belongs (at changeset
180f49745076e9878bd575130c9534d6e5e33ff1) and then the above changeset
tagged as v9.0.2176, maybe with a custom commit message (with
something like
hg tag -m 'Added tag v9.0.2176 for changeset
730a3ddebdd22e641f61581054a2009c2ebc044d previously wrongly tagged as
9.0.2175' -r 730a3ddebdd22e64 v9.0.2176
, or something similar, as the "hg tag" command). From the "hg help
tag" screen it is not clear to me whether this command (with its -r
parameter) would fail without the -f command-line switch.
Best regards,
Tony.