Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 88b1c1e

Browse files
committed
doc: add comment
1 parent 834c027 commit 88b1c1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/user/config/options.lua

+1
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ function M.setup()
231231
group = ftau,
232232
callback = vim.schedule_wrap(function(args)
233233
local buf = args.buf
234+
--- is invalid when rename folders etc
234235
if not vim.api.nvim_buf_is_valid(buf) then
235236
return
236237
end

0 commit comments

Comments
 (0)