File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ M.get_and_validate_global_opts = function(opts)
122
122
vim .deprecate (
123
123
" `create_keymaps` option" ,
124
124
" `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" ,
126
126
" debugprint.nvim" ,
127
127
false
128
128
)
@@ -137,7 +137,7 @@ M.get_and_validate_global_opts = function(opts)
137
137
vim .deprecate (
138
138
" `create_commands` option" ,
139
139
" `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" ,
141
141
" debugprint.nvim" ,
142
142
false
143
143
)
@@ -151,7 +151,7 @@ M.get_and_validate_global_opts = function(opts)
151
151
vim .deprecate (
152
152
" `ignore_treesitter` option" ,
153
153
" `*_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" ,
155
155
" debugprint.nvim" ,
156
156
false
157
157
)
You can’t perform that action at this time.
0 commit comments