From f2274102f837df619f74c870b225e521854a779c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 13 May 2019 00:01:12 +1200 Subject: Switch to two-spacing --- plugin/toggle_flags.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugin/toggle_flags.vim') diff --git a/plugin/toggle_flags.vim b/plugin/toggle_flags.vim index a70e204..abf21c5 100644 --- a/plugin/toggle_flags.vim +++ b/plugin/toggle_flags.vim @@ -29,9 +29,9 @@ function! s:Has(option, flag) execute 'let l: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 - " comma-separated. Extend the flag and value so that they'll still match at - " the start and end. Otherwise, use them as-is. + " necessity be a delimited option. I think all of those in VimL 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 let l:search_flag = ',' . a:flag . ',' let l:search_value = ',' . l:current . ',' -- cgit v1.2.3