From ff8c1d76741f148d5f6efb9a57119dcf11afaec6 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 9 Jun 2021 09:50:19 +0200 Subject: Update --- ftplugin/dhall.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin/dhall.vim') diff --git a/ftplugin/dhall.vim b/ftplugin/dhall.vim index a484585b..9a662090 100644 --- a/ftplugin/dhall.vim +++ b/ftplugin/dhall.vim @@ -33,7 +33,7 @@ endif function! DhallFormat() let cursor = getpos('.') exec 'normal! gg' - exec 'silent !dhall format --inplace ' . expand('%') + exec 'silent !dhall format ' . expand('%') exec 'e' call setpos('.', cursor) endfunction -- cgit v1.2.3