" If undofileskip.vim loaded, add a few applicable paths to its list if !exists('g:undofileskip') finish endif call extend(g:undofileskip, [ \ '/dev/shm/*', \ '/usr/tmp/*', \ '/var/tmp/*', \ '*.git/*_EDITMSG', \ '*.git/ADD_EDIT.patch', \ '*.git/rebase-merge/git-rebase-todo', \])