mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs(editorconfig): number → integer (#22514)
This commit is contained in:
parent
1f07307aeb
commit
65e2feabeb
@ -202,7 +202,7 @@ end
|
|||||||
|
|
||||||
--- Configure the given buffer with options from an .editorconfig file
|
--- Configure the given buffer with options from an .editorconfig file
|
||||||
---
|
---
|
||||||
---@param bufnr number Buffer number to configure
|
---@param bufnr integer Buffer number to configure
|
||||||
---
|
---
|
||||||
---@private
|
---@private
|
||||||
function M.config(bufnr)
|
function M.config(bufnr)
|
||||||
|
Loading…
Reference in New Issue
Block a user