Skip to content

Commit 46257c0

Browse files
committed
Merge branch 'heygent-foldtext-local'
2 parents 0fa1e68 + 85747d3 commit 46257c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/mkdnflow/foldtext.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,6 @@ M.fold_text = function()
377377
return left .. string.rep(mi, fill_count) .. right
378378
end
379379

380-
vim.opt.foldtext = "v:lua.require('mkdnflow').foldtext.fold_text()"
380+
vim.opt_local.foldtext = "v:lua.require('mkdnflow').foldtext.fold_text()"
381381

382382
return M

0 commit comments

Comments
 (0)