We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nvim_{add => create}_user_command
1 parent 6c50f27 commit 5222592Copy full SHA for 5222592
1 file changed
plugin/Navigator.lua
@@ -1,4 +1,4 @@
1
-local ucmd = vim.api.nvim_add_user_command
+local ucmd = vim.api.nvim_create_user_command
2
3
-- NOTE: remove this after 0.7 release
4
if not ucmd then
0 commit comments