From c23058a4dd39d380fbce2cc2a4f379a4cb5d0a0d Mon Sep 17 00:00:00 2001 From: Chiel92 Date: Sun, 2 Dec 2012 15:33:03 +0100 Subject: [PATCH] annoying warning fixed --- plugin/autoformat.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/autoformat.vim b/plugin/autoformat.vim index ea4b3c4..be844ca 100644 --- a/plugin/autoformat.vim +++ b/plugin/autoformat.vim @@ -15,4 +15,4 @@ function! s:Autoformat() endfunction "Create a command for this -command Autoformat call s:Autoformat() +command! Autoformat call s:Autoformat()