summaryrefslogtreecommitdiffstats
path: root/lua/conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/conf/autos.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/conf/autos.lua b/lua/conf/autos.lua
index 37c6642..f5b232e 100644
--- a/lua/conf/autos.lua
+++ b/lua/conf/autos.lua
@@ -9,7 +9,7 @@ local fsmod = augroup('fsmod')
auto('FocusGained', {
group = bufcheck,
desc = 'Update contents of file.',
- command = 'checktime',
+ command = 'checktime'
})
auto('TextYankPost', {