A RetroSearch Logo

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

Search Query:

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

ignore false "conditional expression is always false" … · neovim/neovim@d3af109 · GitHub

@@ -2792,8 +2792,8 @@ static int qf_jump_edit_buffer(qf_info_T *qi, qfline_T *qf_ptr, int forceit, int

2792 2792

return NOTDONE;

2793 2793

}

2794 2794 2795 -

if (old_qf_curlist != qi->qf_curlist

2796 -

|| old_changetick != qfl->qf_changedtick

2795 +

if (old_qf_curlist != qi->qf_curlist // -V560

2796 +

|| old_changetick != qfl->qf_changedtick // -V560

2797 2797

|| !is_qf_entry_present(qfl, qf_ptr)) {

2798 2798

if (qfl_type == QFLT_QUICKFIX) {

2799 2799

emsg(_(e_current_quickfix_list_was_changed));

@@ -2894,7 +2894,7 @@ static int qf_jump_open_window(qf_info_T *qi, qfline_T *qf_ptr, bool newwin, int

2894 2894

}

2895 2895

}

2896 2896

if (old_qf_curlist != qi->qf_curlist

2897 -

|| old_changetick != qfl->qf_changedtick

2897 +

|| old_changetick != qfl->qf_changedtick // -V560

2898 2898

|| !is_qf_entry_present(qfl, qf_ptr)) {

2899 2899

if (qfl_type == QFLT_QUICKFIX) {

2900 2900

emsg(_(e_current_quickfix_list_was_changed));


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