aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/autoload/patch.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/autoload/patch.vim b/vim/autoload/patch.vim
index cbfa8c93..614be462 100644
--- a/vim/autoload/patch.vim
+++ b/vim/autoload/patch.vim
@@ -6,7 +6,7 @@
"
function! patch#(version) abort
- " If we're new enough, we can just run the native has()
+ " If we're new enough, we can just use the native has()
if has('patch-7.4.237')
return has('patch-'.a:version)
endif