Skip to content

Commit 5222592

Browse files
committed
fix(nightly): rename nvim_{add => create}_user_command
1 parent 6c50f27 commit 5222592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/Navigator.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local ucmd = vim.api.nvim_add_user_command
1+
local ucmd = vim.api.nvim_create_user_command
22

33
-- NOTE: remove this after 0.7 release
44
if not ucmd then

0 commit comments

Comments
 (0)