1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:40:04 +08:00

Merge pull request #14 from monkeydterry/dev

autoresize vim.
This commit is contained in:
Wang Shidong 2017-01-01 22:37:28 +08:00 committed by GitHub
commit 66a21be628

View File

@ -55,6 +55,7 @@ augroup My_autocmds
autocmd FocusLost * call system('synclient touchpadoff=0')
autocmd FocusGained * call s:reload_touchpad_status()
endif
autocmd VimResized * wincmd =
augroup END
function! s:reload_touchpad_status()
if s:touchpadoff