aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/vim-latearliest/plugin/latearliest.vim
blob: 3b4fb07d1a1fd6727da2e39d6685ffc743d0c1ea (plain)
1
2
3
4
" Two commands that allow faster movement to the beginning and end of history

command! Earliest execute ':earlier ' . &undolevels
command! Latest execute ':later ' . &undolevels