aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-05 17:44:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-05 17:44:27 +1200
commit274fc771cc06c991221c84a0630ac5bc25ff4cf7 (patch)
tree2738f14014f3101eea03bae8be4a505c72bf35ad
parentBreak undoskip patterns into linewise list (diff)
downloaddotfiles-274fc771cc06c991221c84a0630ac5bc25ff4cf7.tar.gz
dotfiles-274fc771cc06c991221c84a0630ac5bc25ff4cf7.zip
Add /usr/tmp to the list of undoskip paths
-rw-r--r--vim/plugin/undoskip.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/plugin/undoskip.vim b/vim/plugin/undoskip.vim
index 05549e39..c4a45304 100644
--- a/vim/plugin/undoskip.vim
+++ b/vim/plugin/undoskip.vim
@@ -13,6 +13,7 @@ let loaded_undoskip = 1
let g:undoskip_patterns = [
\ '^/dev/shm/.',
\ '^/tmp/.',
+ \ '^/usr/tmp/.'
\ '^/var/tmp/.'
\]