diff --git a/plugin/pythonhelper.vim b/plugin/pythonhelper.vim index 6ced051..f948749 100644 --- a/plugin/pythonhelper.vim +++ b/plugin/pythonhelper.vim @@ -13,10 +13,10 @@ " " Requirements " ------------ -" This script needs only VIM compiled with Python interpreter. It doesn't rely -" on exuberant ctags utility. You can determine whether your VIM has Python -" support by issuing command :ver and looking for +python in the list of -" features. +" This script needs only VIM compiled with the Python interpreter. It doesn't +" rely on the exuberant ctags utilities. You can determine whether your VIM +" has Python support by issuing command :ver and looking for +python in the +" list of features. " " Installation " ------------