From 395c3a768d83771cb2806bf0c79474618125a705 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 6 Oct 2020 11:20:41 +1300 Subject: Tweak comment --- vim/autoload/patch.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3