remove useless comma
This commit is contained in:
@ -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', {
|
||||||
|
Reference in New Issue
Block a user