diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-11-06 11:23:40 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-11-08 21:21:00 +0100 |
commit | e4e7b2d239df79ff38277463b205061f4d81e393 (patch) | |
tree | c7d11787a37e72fffa7b888302b12a0413ed1911 /src/nvim/buffer.c | |
parent | c04ffe866d276d6a6bd9e9c6a8b0dbb71504db7c (diff) | |
download | rneovim-e4e7b2d239df79ff38277463b205061f4d81e393.tar.gz rneovim-e4e7b2d239df79ff38277463b205061f4d81e393.tar.bz2 rneovim-e4e7b2d239df79ff38277463b205061f4d81e393.zip |
lint
Diffstat (limited to 'src/nvim/buffer.c')
-rw-r--r-- | src/nvim/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c index 190c281c76..75caf2223b 100644 --- a/src/nvim/buffer.c +++ b/src/nvim/buffer.c @@ -1339,7 +1339,7 @@ void do_autochdir(void) // functions for dealing with the buffer list // -static int top_file_num = 1; /* highest file number */ +static int top_file_num = 1; ///< highest file number /// Add a file name to the buffer list. /// If the same file name already exists return a pointer to that buffer. |