Skip to content

Commit 31588c4

Browse files
committed
fix: Remove specific version numbers in deprecation warnings
1 parent fc6030d commit 31588c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/debugprint/options.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ M.get_and_validate_global_opts = function(opts)
122122
vim.deprecate(
123123
"`create_keymaps` option",
124124
"`keymaps` option",
125-
"3.0, use ':help debugprint.nvim-mapping-deprecation' for more information",
125+
"in a future version, use ':help debugprint.nvim-mapping-deprecation' for more information",
126126
"debugprint.nvim",
127127
false
128128
)
@@ -137,7 +137,7 @@ M.get_and_validate_global_opts = function(opts)
137137
vim.deprecate(
138138
"`create_commands` option",
139139
"`commands` option",
140-
"3.0, use ':help debugprint.nvim-mapping-deprecation' for more information",
140+
"in a future version, use ':help debugprint.nvim-mapping-deprecation' for more information",
141141
"debugprint.nvim",
142142
false
143143
)
@@ -151,7 +151,7 @@ M.get_and_validate_global_opts = function(opts)
151151
vim.deprecate(
152152
"`ignore_treesitter` option",
153153
"`*_alwaysprompt` keymappings",
154-
"4.0, see ':help debugprint.nvim-keymappings-and-commands' for more information",
154+
"in a future version, see ':help debugprint.nvim-keymappings-and-commands' for more information",
155155
"debugprint.nvim",
156156
false
157157
)

0 commit comments

Comments
 (0)