From b01c85e8f79e236274e52d078fb17a9f918dcd5a Mon Sep 17 00:00:00 2001 From: frtmelody Date: Sun, 13 Dec 2015 16:59:33 +0800 Subject: [PATCH] Update autoformat.vim disable gg=G --- plugin/autoformat.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/autoformat.vim b/plugin/autoformat.vim index f8577fd..03607a3 100644 --- a/plugin/autoformat.vim +++ b/plugin/autoformat.vim @@ -61,7 +61,7 @@ function! s:TryAllFormatters(...) range " Make sure formatters are defined and detected if !call('find_formatters', a:000) " No formatters defined, so autoindent code - exe "normal gg=G" + " exe "normal gg=G" return 0 endif