diff --git a/vimrc b/vimrc index ddb3483..843da83 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("$") |