From 55682ced69c628d411d687cc1180bc64750b7807 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Dec 03 2009 13:08:39 +0000 Subject: - disable automated wrapping of .txt files (#479896) --- diff --git a/vimrc b/vimrc index 843da83..b02134d 100644 --- a/vimrc +++ b/vimrc @@ -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("$") |