mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
fix(lint): lint warnings #24226
This commit is contained in:
@@ -219,7 +219,7 @@ do
|
||||
--- - 1: starts the paste (exactly once)
|
||||
--- - 2: continues the paste (zero or more times)
|
||||
--- - 3: ends the paste (exactly once)
|
||||
---@returns boolean # false if client should cancel the paste.
|
||||
---@return boolean result false if client should cancel the paste.
|
||||
function vim.paste(lines, phase)
|
||||
local now = vim.uv.now()
|
||||
local is_first_chunk = phase < 2
|
||||
|
Reference in New Issue
Block a user