aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/buffer.c')
-rw-r--r--src/nvim/buffer.c2
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.