Support file exclusion in link generation

This commit is contained in:
Steven Stallion
2019-03-30 21:10:14 -05:00
parent 047947cbbe
commit 3b9aa6b162
3 changed files with 23 additions and 1 deletions

View File

@ -266,6 +266,7 @@ function! s:populate_wikilocal_options()
\ 'diary_rel_path': {'type': type(''), 'default': 'diary/', 'min_length': 1},
\ 'diary_caption_level': {'type': type(0), 'default': 0, 'min': -1, 'max': 6},
\ 'diary_sort': {'type': type(''), 'default': 'desc', 'possible_values': ['asc', 'desc']},
\ 'exclude_files': {'type': type([]), 'default': []},
\ 'ext': {'type': type(''), 'default': '.wiki', 'min_length': 1},
\ 'index': {'type': type(''), 'default': 'index', 'min_length': 1},
\ 'list_margin': {'type': type(0), 'default': -1, 'min': -1},