aboutsummaryrefslogtreecommitdiffstats
path: root/doc/recipes.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/recipes.md')
-rw-r--r--doc/recipes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/recipes.md b/doc/recipes.md
index c235475..5aeaf47 100644
--- a/doc/recipes.md
+++ b/doc/recipes.md
@@ -149,7 +149,7 @@ require("conform").setup({
return
end
local function on_format(err)
- if err and err:match("timed out$") then
+ if err and err:match("timeout$") then
slow_format_filetypes[vim.bo[bufnr].filetype] = true
end
end