aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/undoskip.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/undoskip.vim')
-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/.'
\]