docs(libmodal): fix broken example

pull/30/head
Iron-E 3 months ago
parent 911a59c9f0
commit d5307b2a16
No known key found for this signature in database
GPG Key ID: 569E791B76A42A1A

@ -145,7 +145,7 @@ FUNCTIONS *libmodal-usage-function
zf = 'split',
zfo = 'vsplit',
-- You can also use lua functions
zfc = function() return 'tabnew' end
zfc = function() vim.api.nvim_command 'tabnew' end
}
< >vim
let s:modeInstruction = {

Loading…
Cancel
Save