aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/select_old_files.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/select_old_files.vim')
-rw-r--r--vim/plugin/select_old_files.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/plugin/select_old_files.vim b/vim/plugin/select_old_files.vim
new file mode 100644
index 00000000..dbfbd64c
--- /dev/null
+++ b/vim/plugin/select_old_files.vim
@@ -0,0 +1,6 @@
+if exists('loaded_select_old_files')
+ finish
+endif
+let loaded_select_old_files = 1
+command! -bar SelectOldFiles
+ \ call select_old_files#()