5 lines
201 B
VimL
5 lines
201 B
VimL
" Set 'comments' to format dashed lists in comments.
|
|
setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,:///,://
|
|
" Stop automatic new lines which typing long single liners
|
|
setlocal textwidth=0
|