aboutsummaryrefslogtreecommitdiff
path: root/vim/after/plugin/undofileskip.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/plugin/undofileskip.vim')
-rw-r--r--vim/after/plugin/undofileskip.vim7
1 files changed, 7 insertions, 0 deletions
diff --git a/vim/after/plugin/undofileskip.vim b/vim/after/plugin/undofileskip.vim
new file mode 100644
index 00000000..e7116940
--- /dev/null
+++ b/vim/after/plugin/undofileskip.vim
@@ -0,0 +1,7 @@
+" If undofileskip.vim loaded, add a few applicable paths to its list
+if !exists('g:undofileskip')
+ finish
+endif
+
+" Just split and copy 'backupskip'
+let g:undofileskip = option#Split(&backupskip)