1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:40:03 +08:00

Change buffer source date format

This commit is contained in:
wsdjeg 2017-03-20 22:06:26 +08:00
parent dd724ba872
commit f32b4b1ac8

View File

@ -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')