aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/vim-latearliest/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/vim-latearliest/plugin')
-rw-r--r--bundle/vim-latearliest/plugin/latearliest.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundle/vim-latearliest/plugin/latearliest.vim b/bundle/vim-latearliest/plugin/latearliest.vim
new file mode 100644
index 0000000..3b4fb07
--- /dev/null
+++ b/bundle/vim-latearliest/plugin/latearliest.vim
@@ -0,0 +1,4 @@
+" Two commands that allow faster movement to the beginning and end of history
+
+command! Earliest execute ':earlier ' . &undolevels
+command! Latest execute ':later ' . &undolevels