From ba6f9f60addb569aa223f6e245df78741eab5adf Mon Sep 17 00:00:00 2001 From: Utkarsh Maheshwari Date: Fri, 21 Sep 2018 18:14:32 +0530 Subject: multigrid: Fix lint errors --- src/nvim/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/globals.h') diff --git a/src/nvim/globals.h b/src/nvim/globals.h index 1a3cf6886d..7f18262c3f 100644 --- a/src/nvim/globals.h +++ b/src/nvim/globals.h @@ -159,7 +159,7 @@ typedef off_t off_T; EXTERN ScreenGrid default_grid INIT(= { 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0 }); -#define DEFAULT_GRID_HANDLE 1 /* handle for the default_grid */ +#define DEFAULT_GRID_HANDLE 1 // handle for the default_grid /* * When vgetc() is called, it sets mod_mask to the set of modifiers that are -- cgit