- disable automated wrapping of .txt files (#479896)

This commit is contained in:
Karsten Hopp 2009-12-03 13:08:39 +00:00
parent 81c43eb731
commit 55682ced69

2
vimrc
View File

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