mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 20:54:31 +08:00
Update options list.
This commit is contained in:
@@ -689,11 +689,23 @@ function! delimitMate#TestMappings() "{{{
|
|||||||
endfunction "}}}
|
endfunction "}}}
|
||||||
|
|
||||||
function! delimitMate#OptionsList() "{{{
|
function! delimitMate#OptionsList() "{{{
|
||||||
return {'autoclose' : 1,'matchpairs': &matchpairs, 'quotes' : '" '' `',
|
return {
|
||||||
\ 'nesting_quotes' : [], 'expand_cr' : 0, 'expand_space' : 0,
|
\ 'apostrophes' : '',
|
||||||
\ 'smart_quotes' : 1, 'smart_matchpairs' : '\w',
|
\ 'autoclose' : 1,
|
||||||
\ 'balance_matchpairs' : 0, 'excluded_regions' : 'Comment',
|
\ 'balance_matchpairs' : 0,
|
||||||
\ 'excluded_ft' : '', 'eol_marker': '', 'apostrophes' : ''}
|
\ 'jump_expansion' : 0,
|
||||||
|
\ 'eol_marker' : '',
|
||||||
|
\ 'excluded_ft' : '',
|
||||||
|
\ 'excluded_regions' : 'Comment',
|
||||||
|
\ 'expand_cr' : 0,
|
||||||
|
\ 'expand_space' : 0,
|
||||||
|
\ 'matchpairs' : &matchpairs,
|
||||||
|
\ 'nesting_quotes' : [],
|
||||||
|
\ 'offByDefault' : 0
|
||||||
|
\ 'quotes' : '" '' `',
|
||||||
|
\ 'smart_matchpairs' : '\w',
|
||||||
|
\ 'smart_quotes' : 1,
|
||||||
|
}
|
||||||
endfunction " delimitMate#OptionsList }}}
|
endfunction " delimitMate#OptionsList }}}
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user