rpms/vim/devel vimrc,1.20,1.21

Karsten Hopp karsten at fedoraproject.org
Wed Dec 2 16:40:52 UTC 2009


Author: karsten

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

Modified Files:
	vimrc 
Log Message:
- disable autowrapping of .txt files, #479896


Index: vimrc
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vimrc,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- vimrc	3 Jun 2008 14:34:32 -0000	1.20
+++ vimrc	2 Dec 2009 16:40:52 -0000	1.21
@@ -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