Mercurial > vim
annotate ci/config.mk.clang.sed @ 31127:92b929203a4f v9.0.0898
patch 9.0.0898: with 'smoothscroll' cursor is one screen line too far down
Commit: https://github.com/vim/vim/commit/75ac25b4967cdcdfdf2d6c086a6e2308868c280a
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Nov 17 19:00:14 2022 +0000
patch 9.0.0898: with 'smoothscroll' cursor is one screen line too far down
Problem: With 'smoothscroll' cursor is one screen line too far down. (Ernie
Rael)
Solution: Add a test that currently has the wrong result so that a fix can
be made. (issue #11436)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 17 Nov 2022 20:15:06 +0100 |
parents | fccd67ae58c8 |
children |
rev | line source |
---|---|
20548
6564dafe5005
patch 8.2.0828: Travis: regexp patttern doesn't work everywhere
Bram Moolenaar <Bram@vim.org>
parents:
19971
diff
changeset
|
1 /^CFLAGS[[:blank:]]*=/s/$/ -Wno-error=missing-field-initializers/ |
26788
fccd67ae58c8
patch 8.2.3922: cannot build with dynamic Ruby 3.1
Bram Moolenaar <Bram@vim.org>
parents:
23396
diff
changeset
|
2 /^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unknown-attributes -Wno-error=ignored-attributes/ |