- disable automated wrapping of .txt files (#479896)
This commit is contained in:
parent
81c43eb731
commit
55682ced69
2
vimrc
2
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("$") |
|
||||
|
Loading…
Reference in New Issue
Block a user