mirror of
https://github.com/luzifer/vim.git
synced 2024-11-09 16:10:00 +00:00
Apply SHFmt to zsh as well
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
3d2466581a
commit
30bdd64e93
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -1025,7 +1025,7 @@ let g:go_autodetect_gopath = 0
|
||||||
"
|
"
|
||||||
|
|
||||||
au BufWritePre *.py,*.js :Autoformat
|
au BufWritePre *.py,*.js :Autoformat
|
||||||
au FileType sh au BufWritePre <buffer> :call SHFmt()
|
au FileType sh,zsh au BufWritePre <buffer> :call SHFmt()
|
||||||
|
|
||||||
"
|
"
|
||||||
" Custom commands
|
" Custom commands
|
||||||
|
|
Loading…
Reference in a new issue