diff options
-rw-r--r-- | autoload/toggle_flags.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |