feat(vimwiki_key_mappings):add a flag lists_return
This commit is contained in:
@@ -166,8 +166,8 @@ function! s:get_default_global() abort
|
||||
\ 'key_mappings': {'type': type({}), 'default':
|
||||
\ {
|
||||
\ 'all_maps': 1, 'global': 1, 'headers': 1, 'text_objs': 1,
|
||||
\ 'table_format': 1, 'table_mappings': 1, 'lists': 1, 'links': 1,
|
||||
\ 'html': 1, 'mouse': 0,
|
||||
\ 'table_format': 1, 'table_mappings': 1, 'lists': 1, 'lists_return': 1,
|
||||
\ 'links': 1, 'html': 1, 'mouse': 0,
|
||||
\ }},
|
||||
\ 'links_header': {'type': type(''), 'default': 'Generated Links', 'min_length': 1},
|
||||
\ 'links_header_level': {'type': type(0), 'default': 1, 'min': 1, 'max': 6},
|
||||
|
||||
Reference in New Issue
Block a user