Skip to content

Commit d17dd2c

Browse files
committed
chore: Wrap line correctly
1 parent ab3728f commit d17dd2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lua/debugprint/options.lua

+3-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,9 @@ M.get_and_validate_function_opts = function(opts)
209209

210210
if not func_opts._skip_warning then
211211
vim.notify_once(
212-
"debugprint.nvim: mapping directly to the debugprint() function is deprecated and no longer supported. You are *STRONGLY RECOMMENDED* to use the inbuilt mapping approach: https://github.com/andrewferrier/debugprint.nvim?tab=readme-ov-file#mapping-deprecation",
212+
"debugprint.nvim: mapping directly to the debugprint() function is deprecated and no longer supported."
213+
.. "You are *STRONGLY RECOMMENDED* to use the inbuilt mapping approach: "
214+
.. "https://github.com/andrewferrier/debugprint.nvim?tab=readme-ov-file#mapping-deprecation",
213215
vim.log.levels.WARN
214216
)
215217
end

0 commit comments

Comments
 (0)