Initial commit
This commit is contained in:
committed by
Michael F. Schönitzer
parent
f639c0a342
commit
d7d94e2160
@ -231,6 +231,11 @@ function! vimwiki#diary#goto_diary_index(wnum)
|
||||
endif
|
||||
|
||||
call vimwiki#base#edit_file('e', s:diary_index(idx), '')
|
||||
|
||||
if vimwiki#vars#get_wikilocal('auto_diary_index')
|
||||
call vimwiki#diary#generate_diary_section()
|
||||
write! " save changes
|
||||
endif
|
||||
endfunction
|
||||
|
||||
|
||||
|
@ -181,6 +181,7 @@ endfunction
|
||||
|
||||
function! s:populate_wikilocal_options()
|
||||
let default_values = {
|
||||
\ 'auto_diary_index': 0,
|
||||
\ 'auto_export': 0,
|
||||
\ 'auto_tags': 0,
|
||||
\ 'auto_toc': 0,
|
||||
|
Reference in New Issue
Block a user