diff --git a/lua/ow/core/autocommands.lua b/lua/ow/core/autocommands.lua index 2fd74c9..0f7baa2 100644 --- a/lua/ow/core/autocommands.lua +++ b/lua/ow/core/autocommands.lua @@ -44,6 +44,7 @@ vim.api.nvim_create_autocmd("FileType", { .. "%-G%*[ ]from %f:%l:," .. "%-G%*[ ]from %f:%l\\,," .. "%-G%*[ ]from %f:%l," + .. "%-G%f:%l:%c: note: '%*[^']' declared here," .. "%D%*\\a[%*\\d]: Entering directory %*[`']%f'," .. "%X%*\\a[%*\\d]: Leaving directory %*[`']%f'," .. "%D%*\\a: Entering directory %*[`']%f',"