From 42d72d9e6b033aef299f7e312cfe2e6beba82bb2 Mon Sep 17 00:00:00 2001 From: cheater Date: Wed, 8 Feb 2012 06:47:45 +0100 Subject: [PATCH] More bad English in the doc. --- plugin/pythonhelper.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 " ------------