A RetroSearch Logo

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

Search Query:

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

compound assignment expression is used inside condition · neovim/neovim@93e0d9b · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

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

@@ -3893,7 +3893,7 @@ void ex_display(exarg_T *eap)

3893 3893

msg_puts_attr("^J", attr);

3894 3894

n -= 2;

3895 3895

}

3896 -

for (p = yb->y_array[j]; *p && (n -= ptr2cells(p)) >= 0; p++) {

3896 +

for (p = yb->y_array[j]; *p && (n -= ptr2cells(p)) >= 0; p++) { // -V1019

3897 3897

clen = utfc_ptr2len(p);

3898 3898

msg_outtrans_len(p, clen);

3899 3899

p += clen - 1;

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