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("$") |