diff options
Diffstat (limited to 'bundle/vim-latearliest')
-rw-r--r-- | bundle/vim-latearliest/plugin/latearliest.vim | 4 |
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 |