4 spaces for indentation

This commit is contained in:
Alan Hamlett 2017-04-30 08:59:45 -07:00
parent 67a8a4eec8
commit 820059e82d
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ let s:VERSION = '5.0.1'
autocmd CursorMoved,CursorMovedI * call s:HandleActivity(s:false)
autocmd BufWritePost * call s:HandleActivity(s:true)
if exists('##QuitPre')
autocmd QuitPre * call s:SendHeartbeats()
autocmd QuitPre * call s:SendHeartbeats()
endif
augroup END