From 021da41a8c22fa90b305b5d49ff9a0aea6ee5c78 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 29 May 2019 09:07:47 +1200 Subject: Correct a comment --- autoload/toggle_flags.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/toggle_flags.vim b/autoload/toggle_flags.vim index eba30c2..9483c2c 100644 --- a/autoload/toggle_flags.vim +++ b/autoload/toggle_flags.vim @@ -14,7 +14,7 @@ function! s:Has(option, flag) abort execute 'let current = &' . a:option " If the flag we're toggling is longer than one character, this must by - " necessity be a delimited option. I think all of those in VimL are + " necessity be a delimited option. I think all of those in Vim script are " comma-separated. Extend the flag and value so that they'll still match at " the start and end. Otherwise, use them as-is. if strlen(a:flag) > 1 -- cgit v1.2.3