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

@@ -509,7 +509,7 @@ function vim.api.nvim_buf_get_lines(buf, start, end_, strict_indexing) end
--- uppercase/file mark set in another buffer.
function vim.api.nvim_buf_get_mark(buf, name) end
--- 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 integer Buffer id, or 0 for current buffer
--- @return string # Buffer name