mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 09:48:19 +00:00
lint
This commit is contained in:
@@ -2317,9 +2317,9 @@ doend:
|
|||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
checkforcmd(
|
checkforcmd(
|
||||||
char_u **pp, /* start of command */
|
char_u **pp, // start of command
|
||||||
char *cmd, /* name of command */
|
char *cmd, // name of command
|
||||||
int len /* required length */
|
int len // required length
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
@@ -4705,7 +4705,7 @@ char_u *check_nextcmd(char_u *p)
|
|||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
check_more(
|
check_more(
|
||||||
int message, /* when FALSE check only, no messages */
|
int message, // when FALSE check only, no messages
|
||||||
int forceit
|
int forceit
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user