A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/neovim/neovim/commit/a9359dca3794754ac3d4caff1bb86fe5d4dad547 below:

make laststatus=1 behave consistently with floating windows · neovim/neovim@a9359dc · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+4

-3

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+4

-3

lines changed Original file line number Diff line number Diff line change

@@ -6507,7 +6507,7 @@ char_u *file_name_in_line(char_u *line, int col, int options, long count, char_u

6507 6507

void last_status(bool morewin)

6508 6508

{

6509 6509

// Don't make a difference between horizontal or vertical split.

6510 -

last_status_rec(topframe, (p_ls == 2 || (p_ls == 1 && (morewin || !one_window(curwin)))),

6510 +

last_status_rec(topframe, (p_ls == 2 || (p_ls == 1 && (morewin || !one_nonfloat()))),

6511 6511

global_stl_height() > 0);

6512 6512

}

6513 6513 Original file line number Diff line number Diff line change

@@ -5729,14 +5729,15 @@ describe('float window', function()

5729 5729

[2:----------------------------------------]|

5730 5730

[2:----------------------------------------]|

5731 5731

[2:----------------------------------------]|

5732 -

{5:[No Name] [+] }|

5732 +

[2:----------------------------------------]|

5733 5733

[3:----------------------------------------]|

5734 5734

## grid 2

5735 5735

x |

5736 5736

{0:~ }|

5737 5737

{0:~ }|

5738 5738

{0:~ }|

5739 5739

{0:~ }|

5740 +

{0:~ }|

5740 5741

## grid 3

5741 5742

:quit |

5742 5743

## grid 4

@@ -5752,7 +5753,7 @@ describe('float window', function()

5752 5753

{0:~ }{1:^y }{0: }|

5753 5754

{0:~ }{2:~ }{0: }|

5754 5755

{0:~ }|

5755 -

{5:[No Name] [+] }|

5756 +

{0:~ }|

5756 5757

:quit |

5757 5758

]])

5758 5759

end

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4