remove useless comma

This commit is contained in:
2025-01-03 11:15:14 -05:00
parent 43f78930ca
commit a0ebc39b59

View File

@ -9,7 +9,7 @@ local fsmod = augroup('fsmod')
auto('FocusGained', { auto('FocusGained', {
group = bufcheck, group = bufcheck,
desc = 'Update contents of file.', desc = 'Update contents of file.',
command = 'checktime', command = 'checktime'
}) })
auto('TextYankPost', { auto('TextYankPost', {