Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork6.4k
Closed
Description
Neovim version (nvim -v)
0.8.0-dev-995-gf4274d0f6-dirty
Vim (not Nvim) behaves the same?
not relevant
Operating system/version
Linux Mint 20.3 Una
Terminal name/version
wezterm 20220807-113146-c2fee766
$TERM environment variable
xterm-256color
Installation
brew
How to reproduce the issue
nvim --clean:lua vim.keymap.set("n", "i", function() print("first") end):lua dict = vim.fn.maparg("i", "n", false, true):lua vim.keymap.set("n", "i", function() print("second") end):lua vim.fn.mapset("n", false, dict)Expected behavior
No errors
Actual behavior
Got error
E5108: Error executing lua Vim:E460: entries missing in mapset() dict argumentstack traceback: [C]: in function 'mapset' [string ":lua"]:1: in main chunk