From fea46374234ec8bd09446e4514b964c3019453ce Mon Sep 17 00:00:00 2001 From: primeapple Date: Fri, 8 Nov 2024 22:25:21 +0100 Subject: [PATCH] Fix readme again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e60193..7e0014e 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ You may also exclude `special-buffers` see (`:h buftype` and `:h special-buffers { condition = function(buf) -- don't save for special-buffers - if fn.getbufvar(buf, "&buftype") ~= '' then + if vim.fn.getbufvar(buf, "&buftype") ~= '' then return false end return true