Skip to content

Port the support for EndOfBuffer (eob) item in 'fillchars' from NeoVim#7832

Closed
yegappan wants to merge 1 commit intovim:masterfrom
yegappan:fillchar
Closed

Port the support for EndOfBuffer (eob) item in 'fillchars' from NeoVim#7832
yegappan wants to merge 1 commit intovim:masterfrom
yegappan:fillchar

Conversation

@yegappan
Copy link
Member

Port the support for changing the tilde (~) character displayed at the end of the buffer.
This will address #3820.

@codecov
Copy link

codecov bot commented Feb 13, 2021

Codecov Report

Merging #7832 (b8c786b) into master (0fa0967) will decrease coverage by 0.14%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7832      +/-   ##
==========================================
- Coverage   89.05%   88.90%   -0.15%     
==========================================
  Files         148      148              
  Lines      164892   162343    -2549     
==========================================
- Hits       146839   144326    -2513     
+ Misses      18053    18017      -36     
Flag Coverage Δ
huge-clang-none 80.28% <ø> (-7.89%) ⬇️
huge-gcc-none 88.52% <100.00%> (+0.01%) ⬆️
huge-gcc-testgui 86.99% <100.00%> (-0.02%) ⬇️
huge-gcc-unittests 2.48% <50.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/drawscreen.c 85.30% <100.00%> (-0.26%) ⬇️
src/screen.c 85.33% <100.00%> (-0.63%) ⬇️
src/os_unix.c 70.56% <0.00%> (-1.50%) ⬇️
src/help.c 89.76% <0.00%> (-1.08%) ⬇️
src/term.c 82.45% <0.00%> (-0.77%) ⬇️
src/textobject.c 91.69% <0.00%> (-0.71%) ⬇️
src/if_python.c 82.65% <0.00%> (-0.62%) ⬇️
src/if_xcmdsrv.c 87.95% <0.00%> (-0.61%) ⬇️
src/ops.c 91.80% <0.00%> (-0.57%) ⬇️
... and 102 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0fa0967...b8c786b. Read the comment docs.

@brammool brammool closed this in a98f8a2 Feb 13, 2021
zeertzjq added a commit to zeertzjq/neovim that referenced this pull request Dec 18, 2021
…ting lines

Problem:    Cannot change the character displayed in non existing lines.
Solution:   Add the "eob" item to 'fillchars'. (closes vim/vim#7832, closes vim/vim#3820)
vim/vim@a98f8a2

Nvim has already implemented this feature, so this just ports the tests
and docs.
zeertzjq added a commit to zeertzjq/neovim that referenced this pull request Dec 18, 2021
…ting lines

Problem:    Cannot change the character displayed in non existing lines.
Solution:   Add the "eob" item to 'fillchars'. (closes vim/vim#7832, closes vim/vim#3820)
vim/vim@a98f8a2

Nvim has already implemented this feature, so this just ports the tests
and docs.
zeertzjq added a commit to zeertzjq/neovim that referenced this pull request Dec 18, 2021
…ting lines

Problem:    Cannot change the character displayed in non existing lines.
Solution:   Add the "eob" item to 'fillchars'. (closes vim/vim#7832, closes vim/vim#3820)
vim/vim@a98f8a2

Nvim has already implemented this feature, so this just ports the tests
and docs.
zeertzjq added a commit to zeertzjq/neovim that referenced this pull request Dec 18, 2021
…ting lines

Problem:    Cannot change the character displayed in non existing lines.
Solution:   Add the "eob" item to 'fillchars'. (closes vim/vim#7832, closes vim/vim#3820)
vim/vim@a98f8a2

Nvim has already implemented this feature, so this just ports the tests
and docs.
zeertzjq added a commit to zeertzjq/neovim that referenced this pull request Dec 19, 2021
…ting lines

Problem:    Cannot change the character displayed in non existing lines.
Solution:   Add the "eob" item to 'fillchars'. (closes vim/vim#7832, closes vim/vim#3820)
vim/vim@a98f8a2

Nvim has already implemented this feature, so this just ports the tests
and docs.
dundargoc pushed a commit to dundargoc/neovim that referenced this pull request Dec 26, 2021
…ting lines

Problem:    Cannot change the character displayed in non existing lines.
Solution:   Add the "eob" item to 'fillchars'. (closes vim/vim#7832, closes vim/vim#3820)
vim/vim@a98f8a2

Nvim has already implemented this feature, so this just ports the tests
and docs.
meribold added a commit to meribold/dotfiles that referenced this pull request Aug 10, 2023
This is easy now and works the same way in both Vim and Neovim.

Some links:

vim/vim#7832
vim/vim@a98f8a2

Some related commits:

dc6d26a
6aca4b8
e623ccf
meribold added a commit to meribold/dotfiles that referenced this pull request Aug 10, 2023
This is easy now and works the same way in both Vim and Neovim.

Some links:

neovim/neovim#4181
neovim/neovim#6351
vim/vim#3820
vim/vim#7832
vim/vim@a98f8a2

Some related commits:

dc6d26a
6aca4b8
e623ccf
meribold added a commit to meribold/dotfiles that referenced this pull request Aug 10, 2023
This is easy now and works the same way in both Vim and Neovim.

Some links:

neovim/neovim#4181
neovim/neovim#6351
vim/vim#3820
vim/vim#7832
vim/vim@a98f8a2

Some related commits:

dc6d26a
6aca4b8
e623ccf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant