Stop leaving junk around, keep this all in memory

Thu, 09 Feb 2017 01:50:53 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 09 Feb 2017 01:50:53 -0500
changeset 504
e4e09e3317ec
parent 503
b72d55719b94
child 505
98985020bceb

Stop leaving junk around, keep this all in memory

.vim/ftplugin/gitcommit.vim file | annotate | diff | comparison | revisions
.vim/ftplugin/gitrebase.vim file | annotate | diff | comparison | revisions
.vim/ftplugin/hgcommit.vim file | annotate | diff | comparison | revisions
.vim/ftplugin/mail.vim file | annotate | diff | comparison | revisions
new file mode 100644
--- /dev/null
+++ b/.vim/ftplugin/gitcommit.vim
@@ -0,0 +1,1 @@
+setl noswapfile noundofile nobackup
new file mode 100644
--- /dev/null
+++ b/.vim/ftplugin/gitrebase.vim
@@ -0,0 +1,1 @@
+setl noswapfile noundofile nobackup
new file mode 100644
--- /dev/null
+++ b/.vim/ftplugin/hgcommit.vim
@@ -0,0 +1,1 @@
+setl noswapfile noundofile nobackup
--- 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()

mercurial