mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-14 04:33:48 -05:00
Added new g:indent_guides_soft_pattern option
This commit is contained in:
@@ -53,6 +53,8 @@ call s:InitVariable('g:indent_guides_start_level', 1 )
|
||||
call s:InitVariable('g:indent_guides_enable_on_vim_startup', 0 )
|
||||
call s:InitVariable('g:indent_guides_debug', 0 )
|
||||
call s:InitVariable('g:indent_guides_space_guides', 1 )
|
||||
call s:InitVariable('g:indent_guides_soft_pattern', '\s')
|
||||
|
||||
|
||||
" Default mapping
|
||||
if !hasmapto('<Plug>IndentGuidesToggle', 'n') && maparg('<Leader>ig', 'n') == ''
|
||||
|
||||
Reference in New Issue
Block a user