Auto generate docs

This commit is contained in:
stroiman 2024-06-26 09:02:21 +00:00 committed by L3MON4D3
parent bc04598500
commit ba3ea5bcfd

View file

@ -1,4 +1,4 @@
*luasnip.txt* For NVIM v0.8.0 Last change: 2024 June 07
*luasnip.txt* For NVIM v0.8.0 Last change: 2024 June 26
==============================================================================
Table of Contents *luasnip-table-of-contents*
@ -3232,7 +3232,7 @@ or
>lua
vim.api.nvim_create_autocommand("User", {
patter = "SomeUserEvent",
pattern = "SomeUserEvent",
command = "echom SomeUserEvent was triggered"
})
<