aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-21 23:57:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-21 23:57:27 +1200
commit42d8136151392209aa8f12e70846d6407335d621 (patch)
tree896eecc49034a8109f66cb6fb0dc8cc8b52d2cdc /vim/plugin
parentAdd a path to Vim help files (diff)
downloaddotfiles-42d8136151392209aa8f12e70846d6407335d621.tar.gz
dotfiles-42d8136151392209aa8f12e70846d6407335d621.zip
Spin out select_old_files.vim into distro
Diffstat (limited to 'vim/plugin')
-rw-r--r--vim/plugin/select_old_files.vim8
1 files changed, 0 insertions, 8 deletions
diff --git a/vim/plugin/select_old_files.vim b/vim/plugin/select_old_files.vim
deleted file mode 100644
index 77c7746e..00000000
--- a/vim/plugin/select_old_files.vim
+++ /dev/null
@@ -1,8 +0,0 @@
-if exists('loaded_select_old_files') || &compatible || !exists(':oldfiles')
- finish
-endif
-let loaded_select_old_files = 1
-command! -bar -nargs=? SelectOldFiles
- \ call select_old_files#(<f-args>)
-nnoremap <Plug>SelectOldFiles
- \ :<C-U>SelectOldFiles<CR>