From f32b4b1ac801232b219d77374677501d554ccc60 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Mon, 20 Mar 2017 22:06:26 +0800 Subject: [PATCH] Change buffer source date format --- config/plugins/denite.vim | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/plugins/denite.vim b/config/plugins/denite.vim index 4e7574547..a69e319d8 100644 --- a/config/plugins/denite.vim +++ b/config/plugins/denite.vim @@ -11,7 +11,7 @@ let s:denite_options = {'default' : { \ 'highlight-matched-range' : 'Function', \ 'direction': 'rightbelow', \ 'statusline' : 'false', - \'prompt' : '➭', + \ 'prompt' : '➭', \ }} function! s:profile(opts) abort @@ -24,6 +24,11 @@ endfunction call s:profile(s:denite_options) +" buffer source +call denite#custom#var( + \ 'buffer', + \ 'date_format', '%m-%d-%Y %H:%M:%S') + " denite command if !s:sys.isWindows if executable('ag')