diff options
author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-09-29 22:11:50 -0400 |
---|---|---|
committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-09-29 22:11:50 -0400 |
commit | cf7e351c24349c0351e19fbd4533f715d00bf87c (patch) | |
tree | a91b4b142a5e811691c538611e98a2e6b3657463 /src/nvim/globals.h | |
parent | 458a6f58b67298ad3df276ffcc525eb3b32b8a56 (diff) | |
download | rneovim-cf7e351c24349c0351e19fbd4533f715d00bf87c.tar.gz rneovim-cf7e351c24349c0351e19fbd4533f715d00bf87c.tar.bz2 rneovim-cf7e351c24349c0351e19fbd4533f715d00bf87c.zip |
lint
Diffstat (limited to 'src/nvim/globals.h')
-rw-r--r-- | src/nvim/globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h index 3af5040275..2dc8073b1e 100644 --- a/src/nvim/globals.h +++ b/src/nvim/globals.h @@ -528,8 +528,8 @@ EXTERN buf_T *curbuf INIT(= NULL); // currently active buffer */ EXTERN alist_T global_alist; /* global argument list */ EXTERN int max_alist_id INIT(= 0); ///< the previous argument list id -EXTERN bool arg_had_last INIT(= false); /* accessed last file in - global_alist */ +EXTERN bool arg_had_last INIT(= false); // accessed last file in + // global_alist EXTERN int ru_col; /* column for ruler */ EXTERN int ru_wid; /* 'rulerfmt' width of ruler when non-zero */ |