File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ endfunction
169
169
" plugin is enabled.
170
170
"
171
171
function ! indent_guides#init_script_vars ()
172
- let s: indent_size = indent_guides#get_indent_size ()
172
+ let s: indent_size = & l: shiftwidth
173
173
let s: guide_size = indent_guides#calculate_guide_size ()
174
174
let s: hi_normal = indent_guides#capture_highlight (' Normal' )
175
175
@@ -216,14 +216,6 @@ function! indent_guides#calculate_guide_size()
216
216
return l: guide_size
217
217
endfunction
218
218
219
- "
220
- " Gets the indent size, which depends on whether soft-tabs or hard-tabs are
221
- " being used.
222
- "
223
- function ! indent_guides#get_indent_size ()
224
- return &l: shiftwidth
225
- endfunction
226
-
227
219
"
228
220
" Captures and returns the output of highlight group definitions.
229
221
"
You can’t perform that action at this time.
0 commit comments