aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/select_old_files.vim
blob: dbfbd64c482f139eb0423ae734ffdd90fbd8647d (plain) (blame)
1
2
3
4
5
6
if exists('loaded_select_old_files')
  finish
endif
let loaded_select_old_files = 1
command! -bar SelectOldFiles
      \ call select_old_files#()