A RetroSearch Logo

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

Search Query:

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

truncate double-width character correctly · neovim/neovim@bc75544 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-0

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

@@ -5933,6 +5933,8 @@ void grid_puts_len(ScreenGrid *grid, char_u *text, int textlen, int row, int col

5933 5933

// Only 1 cell left, but character requires 2 cells:

5934 5934

// display a '>' in the last column to avoid wrapping. */

5935 5935

c = '>';

5936 +

u8c = '>';

5937 +

u8cc[0] = 0;

5936 5938

mbyte_cells = 1;

5937 5939

}

5938 5940

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