mirror of
https://github.com/neovim/neovim.git
synced 2026-08-04 06:38:44 +00:00
refactor: cleanup, docs #40480
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user