vim-patch:8.1.2380: using old C style comments

Problem:    Using old C style comments.
Solution:   Use // comments where appropriate.
306139005c
This commit is contained in:
Jan Edmund Lazo
2021-03-29 18:40:54 -04:00
parent 9d28875d50
commit af2f0ffdf4
4 changed files with 284 additions and 261 deletions

View File

@@ -7494,7 +7494,7 @@ static void ex_syncbind(exarg_T *eap)
ctrl_o[0] = Ctrl_O;
ctrl_o[1] = 0;
ins_typebuf(ctrl_o, REMAP_NONE, 0, TRUE, FALSE);
ins_typebuf(ctrl_o, REMAP_NONE, 0, true, false);
}
}
}