This commit is contained in:
Justin M. Keyes
2016-11-06 11:23:40 +01:00
parent c04ffe866d
commit e4e7b2d239
4 changed files with 63 additions and 76 deletions

View File

@@ -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.