From f42599967d245824b94401cf2f76231aae73e496 Mon Sep 17 00:00:00 2001 From: hedyhli Date: Sat, 19 Apr 2025 13:09:33 +0000 Subject: [PATCH] chore(vimdoc): Auto update --- doc/outline.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/outline.txt b/doc/outline.txt index 805509f..8ff52ad 100644 --- a/doc/outline.txt +++ b/doc/outline.txt @@ -1050,7 +1050,7 @@ other filetypes. >lua symbols = { icon_fetcher = function(k, buf) - -- Use nvim_buf_get_option(bufnr, 'ft') for nvim 0.7 users + -- Use nvim_buf_get_option(buf, 'ft') for nvim 0.7 users local ft = vim.api.nvim_get_option_value("ft", { buf = buf }) if ft == 'markdown' then return ""