From 34a8833b0494851b4b6f7523387fe567e5e5d87a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 6 Feb 2018 00:14:14 +0100 Subject: Create 'vim-latearliest' plugin Adds two new commands that allow you to move to the beginning and end of undo history. --- bundle/vim-latearliest/plugin/latearliest.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bundle/vim-latearliest/plugin/latearliest.vim 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 -- cgit v1.2.3