~neovim-ppa/neovim-ppa/+git/neovim-git:release-0.6

Last commit made on 2022-03-08
Get this branch:
git clone -b release-0.6 https://git.launchpad.net/~neovim-ppa/neovim-ppa/+git/neovim-git

Branch merges

Branch information

Name:
release-0.6
Repository:
lp:~neovim-ppa/neovim-ppa/+git/neovim-git

Recent commits

be368a6... by zeertzjq <email address hidden>

Merge pull request #17647 from neovim/backport-16851-to-release-0.6

[Backport release-0.6] vim-patch:8.2.3952: first line not redrawn when adding lines to an empty buffer

c624f26... by zeertzjq <email address hidden>

vim-patch:8.2.3952: first line not redrawn when adding lines to an empty buffer

Problem: First line not redrawn when adding lines to an empty buffer.
Solution: Adjust the argument to appended_lines(). (closes vim/vim#9439,
            closes vim/vim#9438)
https://github.com/vim/vim/commit/1fa3de1ce806ba18ebcc00c6d9a0678a84735463
(cherry picked from commit ba7b30080fe933709269288338d96187f06eaf08)

6e31a3a... by zeertzjq <email address hidden>

Merge pull request #17646 from neovim/backport-17631-to-release-0.6

[Backport release-0.6] vim-patch:8.2.4520: using wrong highlight for cursor line number

57180fc... by zeertzjq <email address hidden>

test: add a Lua screen test for CursorLineNr in diff mode

Remove a useless test added in #14190

(cherry picked from commit 2adc24b18bd9914c67a9d67d8486c06db85bdf9f)

bacc0b9... by zeertzjq <email address hidden>

vim-patch:8.2.4520: using wrong highlight for cursor line number

Problem: Using wrong highlight for cursor line number.
Solution: Take filler lines into account when using CursorLineNr.
            (closes vim/vim#9897)
https://github.com/vim/vim/commit/127969cf98000a760826ca3a0f3781a8b79522f1
(cherry picked from commit ec3f93ff886604f97da084681c9f0477d5b1b192)

b535db7... by zeertzjq <email address hidden>

Merge pull request #17634 from neovim/backport-16841-to-release-0.6

[Backport release-0.6] vim-patch:8.1.2073: when editing a buffer 'colorcolumn' may not work

74a949b... by zeertzjq <email address hidden>

test: convert some colorcolumn tests to Lua screen tests

(cherry picked from commit 4ca522fd0290a2c5767d28c896fefb6d54f9c5d1)

0986b8b... by zeertzjq <email address hidden>

vim-patch:8.1.2073: when editing a buffer 'colorcolumn' may not work

Problem: When editing a buffer 'colorcolumn' may not work.
Solution: Set the buffer before copying option values. Call
            check_colorcolumn() after copying window options.
https://github.com/vim/vim/commit/010ee9657acf1a9f799079d718998c94e50ccadc
(cherry picked from commit 612696bedc8f178cb08645dfb056f01efacf5122)

332cc64... by zeertzjq <email address hidden>

Merge pull request #17528 from neovim/backport-17479-to-release-0.6

[Backport release-0.6] docs: update explanation of Y to reflect new defaults

3a826ce... by =?utf-8?q?Dundar_G=C3=B6c?= <email address hidden>

docs: update explanation of Y to reflect new defaults

Closes https://github.com/neovim/neovim/issues/17435

(cherry picked from commit 1630ec742dce02c2f56cc5520de0ca2616ea1241)