aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-03 23:51:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-03 23:51:33 +1200
commit314cc9bd066fba7bfac6dd2fc768313c4d8b01bc (patch)
tree842190c5758fb2a53eab746339c1f4379ab7e6e1
parentMerge branch 'release/v8.28.0' into develop (diff)
parentBump VERSION (diff)
downloaddotfiles-314cc9bd066fba7bfac6dd2fc768313c4d8b01bc.tar.gz
dotfiles-314cc9bd066fba7bfac6dd2fc768313c4d8b01bc.zip
Merge branch 'hotfix/v8.28.1' into develop
* hotfix/v8.28.1: Test for correct feature for undoskip.vim plugin
-rw-r--r--VERSION4
-rw-r--r--vim/plugin/undoskip.vim2
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 3ae41974..558ffdde 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v8.28.0
-Sun, 03 May 2020 11:44:44 +0000
+tejr dotfiles v8.28.1
+Sun, 03 May 2020 11:49:34 +0000
diff --git a/vim/plugin/undoskip.vim b/vim/plugin/undoskip.vim
index 80609433..2f541ebf 100644
--- a/vim/plugin/undoskip.vim
+++ b/vim/plugin/undoskip.vim
@@ -4,7 +4,7 @@
" Author: Tom Ryder <tom@sanctum.geek.nz>
" License: Same as Vim itself
"
-if exists('loaded_undoskip') || &compatible || v:version < 700
+if exists('loaded_undoskip') || &compatible || !has('persistent_undo')
finish
endif
let loaded_undoskip = 1