aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/getchar.h')
-rw-r--r--src/nvim/getchar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/getchar.h b/src/nvim/getchar.h
index 177a021706..e1bc64bfee 100644
--- a/src/nvim/getchar.h
+++ b/src/nvim/getchar.h
@@ -15,8 +15,7 @@ typedef enum {
FLUSH_INPUT, ///< flush typebuf and inchar() input
} flush_buffers_T;
-/// Maximum number of streams to read script from
-enum { NSCRIPT = 15, };
+enum { NSCRIPT = 15, }; ///< Maximum number of streams to read script from
/// Streams to read script from
extern FileDescriptor *scriptin[NSCRIPT];