remove useless comma
This commit is contained in:
parent
43f78930ca
commit
a0ebc39b59
1 changed files with 1 additions and 1 deletions
|
|
@ -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', {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue