rpms/vim/devel vimrc,1.21,1.22

Karsten Hopp karsten at fedoraproject.org
Thu Dec 3 13:08:39 UTC 2009


Author: karsten

Update of /cvs/extras/rpms/vim/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5670

Modified Files:
	vimrc 
Log Message:
- disable automated wrapping of .txt files (#479896)


Index: vimrc
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vimrc,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- vimrc	2 Dec 2009 16:40:52 -0000	1.21
+++ vimrc	3 Dec 2009 13:08:39 -0000	1.22
@@ -16,7 +16,7 @@ if has("autocmd")
   augroup fedora
   autocmd!
   " In text files, always limit the width of text to 78 characters
-  # autocmd BufRead *.txt set tw=78
+  " autocmd BufRead *.txt set tw=78
   " When editing a file, always jump to the last cursor position
   autocmd BufReadPost *
   \ if line("'\"") > 0 && line ("'\"") <= line("$") |




More information about the fedora-extras-commits mailing list