mirror of
https://github.com/neovim/neovim.git
synced 2025-12-08 23:52:39 +00:00
lint
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user