Dropped to 79 characters
I want the carriage return character that I have visible to exceed the 80th column. Wrapping at 79 to alleviate this
This commit is contained in:
parent
83ed2fac1f
commit
0f255b98f0
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ set wildmode=list:longest
|
|||
|
||||
" Automatically wraps markdown and text to 80 columns
|
||||
if &filetype == 'markdown' || &filetype == 'text'
|
||||
set textwidth=80
|
||||
set textwidth=79
|
||||
set wrapmargin=2
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue