annoying warning fixed

This commit is contained in:
Chiel92 2012-12-02 15:33:03 +01:00
parent 333e88bdeb
commit c23058a4dd

View File

@ -15,4 +15,4 @@ function! s:Autoformat()
endfunction
"Create a command for this
command Autoformat call s:Autoformat()
command! Autoformat call s:Autoformat()