1
0
mirror of https://github.com/luzifer/vim.git synced 2024-09-18 18:42:55 +00:00

Apply SHFmt to zsh as well

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-10-15 20:40:22 +02:00
parent 3d2466581a
commit 30bdd64e93
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

2
vimrc
View File

@ -1025,7 +1025,7 @@ let g:go_autodetect_gopath = 0
"
au BufWritePre *.py,*.js :Autoformat
au FileType sh au BufWritePre <buffer> :call SHFmt()
au FileType sh,zsh au BufWritePre <buffer> :call SHFmt()
"
" Custom commands