diff options
Diffstat (limited to 'lua/conf/autos.lua')
-rw-r--r-- | lua/conf/autos.lua | 2 |
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', { |