mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 03:08:27 +00:00
docs: small fixes (#23619)
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com> Co-authored-by: Gustavo Ferreira <gustavo.ferreira@imaginecurve.com> Co-authored-by: Kai Moschcau <mail@kmoschcau.de> Co-authored-by: Lampros <hauahx@gmail.com>
This commit is contained in:
@@ -347,7 +347,7 @@ cleanup:
|
||||
/// vim.api.nvim_create_autocmd({"BufEnter", "BufWinEnter"}, {
|
||||
/// pattern = {"*.c", "*.h"},
|
||||
/// callback = function(ev)
|
||||
/// print(string.format('event fired: %s', vim.inspect(ev)))
|
||||
/// print(string.format('event fired: \%s', vim.inspect(ev)))
|
||||
/// end
|
||||
/// })
|
||||
/// </pre>
|
||||
|
Reference in New Issue
Block a user