A RetroSearch Logo

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

Search Query:

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

add support for global statusline · neovim/neovim@5ab1229 · GitHub

@@ -2441,7 +2441,14 @@ A jump table for the options with a short description can be found at |Q_op|.

2441 2441

item default Used for ~

2442 2442

stl:c ' ' or '^' statusline of the current window

2443 2443

stlnc:c ' ' or '=' statusline of the non-current windows

2444 +

horiz:c '─' or '-' horizontal separators |:split|

2445 +

horizup:c '┴' or '-' upwards facing horizontal separator

2446 +

horizdown:c '┬' or '-' downwards facing horizontal separator

2444 2447

vert:c '│' or '|' vertical separators |:vsplit|

2448 +

vertleft:c '┤' or '|' left facing vertical separator

2449 +

vertright:c '├' or '|' right facing vertical separator

2450 +

verthoriz:c '┼' or '+' overlapping vertical and horizontal

2451 +

separator

2445 2452

fold:c '·' or '-' filling 'foldtext'

2446 2453

foldopen:c '-' mark the beginning of a fold

2447 2454

foldclose:c '+' show a closed fold

@@ -2454,8 +2461,13 @@ A jump table for the options with a short description can be found at |Q_op|.

2454 2461

"stlnc" the space will be used when there is highlighting, '^' or '='

2455 2462

otherwise.

2456 2463 2457 -

If 'ambiwidth' is "double" then "vert", "foldsep" and "fold" default to

2458 -

single-byte alternatives.

2464 +

Note that "horiz", "horizup", "horizdown", "vertleft", "vertright" and

2465 +

"verthoriz" are only used when 'laststatus' is 3, since only vertical

2466 +

window separators are used otherwise.

2467 + 2468 +

If 'ambiwidth' is "double" then "horiz", "horizup", "horizdown",

2469 +

"vert", "vertleft", "vertright", "verthoriz", "foldsep" and "fold"

2470 +

default to single-byte alternatives.

2459 2471 2460 2472

Example: >

2461 2473

:set fillchars=stl:^,stlnc:=,vert:│,fold:·,diff:-

@@ -2469,7 +2481,13 @@ A jump table for the options with a short description can be found at |Q_op|.

2469 2481

item highlight group ~

2470 2482

stl:c StatusLine |hl-StatusLine|

2471 2483

stlnc:c StatusLineNC |hl-StatusLineNC|

2472 -

vert:c VertSplit |hl-VertSplit|

2484 +

horiz:c WinSeparator |hl-WinSeparator|

2485 +

horizup:c WinSeparator |hl-WinSeparator|

2486 +

horizdown:c WinSeparator |hl-WinSeparator|

2487 +

vert:c WinSeparator |hl-WinSeparator|

2488 +

vertleft:c WinSeparator |hl-WinSeparator|

2489 +

vertright:c WinSeparator |hl-WinSeparator|

2490 +

verthoriz:c WinSeparator |hl-WinSeparator|

2473 2491

fold:c Folded |hl-Folded|

2474 2492

diff:c DiffDelete |hl-DiffDelete|

2475 2493

eob:c EndOfBuffer |hl-EndOfBuffer|

@@ -3652,6 +3670,8 @@ A jump table for the options with a short description can be found at |Q_op|.

3652 3670

0: never

3653 3671

1: only if there are at least two windows

3654 3672

2: always

3673 +

3: have a global statusline at the bottom instead of one for

3674 +

each window

3655 3675

The screen looks nicer with a status line if you have several

3656 3676

windows, but it takes another screen line. |status-line|

3657 3677

@@ -5929,7 +5949,7 @@ A jump table for the options with a short description can be found at |Q_op|.

5929 5949

empty to avoid further errors. Otherwise screen updating would loop.

5930 5950 5931 5951

Note that the only effect of 'ruler' when this option is set (and

5932 -

'laststatus' is 2) is controlling the output of |CTRL-G|.

5952 +

'laststatus' is 2 or 3) is controlling the output of |CTRL-G|.

5933 5953 5934 5954

field meaning ~

5935 5955

- Left justify the item. The default is right justified


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