# HG changeset patch # User Meredith Howard # Date 1486623053 18000 # Node ID e4e09e3317ec9ea2ee0332304a6ad9514d8296c4 # Parent b72d55719b94aa6206516a033d6d7a51a88508a4 Stop leaving junk around, keep this all in memory diff --git a/.vim/ftplugin/gitcommit.vim b/.vim/ftplugin/gitcommit.vim new file mode 100644 --- /dev/null +++ b/.vim/ftplugin/gitcommit.vim @@ -0,0 +1,1 @@ +setl noswapfile noundofile nobackup diff --git a/.vim/ftplugin/gitrebase.vim b/.vim/ftplugin/gitrebase.vim new file mode 100644 --- /dev/null +++ b/.vim/ftplugin/gitrebase.vim @@ -0,0 +1,1 @@ +setl noswapfile noundofile nobackup diff --git a/.vim/ftplugin/hgcommit.vim b/.vim/ftplugin/hgcommit.vim new file mode 100644 --- /dev/null +++ b/.vim/ftplugin/hgcommit.vim @@ -0,0 +1,1 @@ +setl noswapfile noundofile nobackup diff --git a/.vim/ftplugin/mail.vim b/.vim/ftplugin/mail.vim --- a/.vim/ftplugin/mail.vim +++ b/.vim/ftplugin/mail.vim @@ -1,6 +1,7 @@ setl textwidth=72 setl formatoptions=jaw12tcql setl spell +setl noundofile noswapfile nobackup " http://cedricduval.free.fr/download/mail.vim function! Mail_Erase_Sig()