refactor: cleanup, docs #40480

This commit is contained in:
Justin M. Keyes
2026-06-29 13:10:31 -04:00
committed by GitHub
parent 845b66dd4a
commit d2073d2eec
25 changed files with 211 additions and 186 deletions

View File

@@ -938,7 +938,7 @@ void nvim_buf_del_var(Buffer buf, String name, Error *err)
dict_set_var(b->b_vars, name, NIL, true, false, NULL, err);
}
/// Gets the full file name for the buffer
/// Gets the full/absolute filepath of the buffer, or the buffer name for non-file buffers.
///
/// @param buf Buffer id, or 0 for current buffer
/// @param[out] err Error details, if any