mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +08:00
Change buffer source date format
This commit is contained in:
parent
dd724ba872
commit
f32b4b1ac8
@ -11,7 +11,7 @@ let s:denite_options = {'default' : {
|
|||||||
\ 'highlight-matched-range' : 'Function',
|
\ 'highlight-matched-range' : 'Function',
|
||||||
\ 'direction': 'rightbelow',
|
\ 'direction': 'rightbelow',
|
||||||
\ 'statusline' : 'false',
|
\ 'statusline' : 'false',
|
||||||
\'prompt' : '➭',
|
\ 'prompt' : '➭',
|
||||||
\ }}
|
\ }}
|
||||||
|
|
||||||
function! s:profile(opts) abort
|
function! s:profile(opts) abort
|
||||||
@ -24,6 +24,11 @@ endfunction
|
|||||||
|
|
||||||
call s:profile(s:denite_options)
|
call s:profile(s:denite_options)
|
||||||
|
|
||||||
|
" buffer source
|
||||||
|
call denite#custom#var(
|
||||||
|
\ 'buffer',
|
||||||
|
\ 'date_format', '%m-%d-%Y %H:%M:%S')
|
||||||
|
|
||||||
" denite command
|
" denite command
|
||||||
if !s:sys.isWindows
|
if !s:sys.isWindows
|
||||||
if executable('ag')
|
if executable('ag')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user