mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
vim-patch:8.1.1072: extending sign and foldcolumn below the text is confusing (#9816)
Problem: Extending sign and foldcolumn below the text is confusing.
Solution: Let the sign and foldcolumn stop at the last text line, just like
the line number column. Also stop the command line window leader.
(Christian Brabandt)
8ee4c01b8c
Closes https://github.com/neovim/neovim/issues/9613
This commit is contained in:
@@ -904,9 +904,9 @@ describe('completion', function()
|
||||
|
|
||||
{8:[No Name] }|
|
||||
{0::}foo faa fee f^ |
|
||||
{0::~ }|
|
||||
{0::~ }|
|
||||
{0::~ }|
|
||||
{0:~ }|
|
||||
{0:~ }|
|
||||
{0:~ }|
|
||||
{9:[Command Line] }|
|
||||
{3:-- INSERT --} |
|
||||
]] )
|
||||
@@ -915,9 +915,9 @@ describe('completion', function()
|
||||
|
|
||||
{8:[No Name] }|
|
||||
{0::}foo faa fee foo^ |
|
||||
{0::~ }{2: foo }{0: }|
|
||||
{0::~ }{1: faa }{0: }|
|
||||
{0::~ }{1: fee }{0: }|
|
||||
{0:~ }{2: foo }{0: }|
|
||||
{0:~ }{1: faa }{0: }|
|
||||
{0:~ }{1: fee }{0: }|
|
||||
{9:[Command Line] }|
|
||||
{3:-- Keyword Local completion (^N^P) }{4:match 1 of 3} |
|
||||
]])
|
||||
@@ -926,9 +926,9 @@ describe('completion', function()
|
||||
|
|
||||
{8:[No Name] }|
|
||||
{0::}foo faa fee foo |
|
||||
{0::~ }|
|
||||
{0::~ }|
|
||||
{0::~ }|
|
||||
{0:~ }|
|
||||
{0:~ }|
|
||||
{0:~ }|
|
||||
{9:[Command Line] }|
|
||||
:foo faa fee foo^ |
|
||||
]])
|
||||
|
||||
Reference in New Issue
Block a user