mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00
refactor: replace char_u with char
Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -646,7 +646,7 @@ void ex_breakdel(exarg_T *eap)
|
||||
for (int i = 0; i < gap->ga_len; i++) {
|
||||
bpi = &DEBUGGY(gap, i);
|
||||
if (bp->dbg_type == bpi->dbg_type
|
||||
&& STRCMP(bp->dbg_name, bpi->dbg_name) == 0
|
||||
&& strcmp(bp->dbg_name, bpi->dbg_name) == 0
|
||||
&& (bp->dbg_lnum == bpi->dbg_lnum
|
||||
|| (bp->dbg_lnum == 0
|
||||
&& (best_lnum == 0
|
||||
|
Reference in New Issue
Block a user