X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.vim%2Fftplugin%2Ftext.vim;h=bf0de133f1e26e65a95f759a51cf96c90bc26c92;hp=059a30437420737a34fb560b57614ce673ed3c2a;hb=6fade3d638c635975e47221eccd03267e3d39a7f;hpb=d8163925c870f7b2c176d0c3d00e945cf05bac16 diff --git a/.vim/ftplugin/text.vim b/.vim/ftplugin/text.vim index 059a304..bf0de13 100644 --- a/.vim/ftplugin/text.vim +++ b/.vim/ftplugin/text.vim @@ -2,5 +2,5 @@ if &tw == 0 setlocal tw=72 endif -" Set 'formatoptions' to break text lines and keep the comment leader ">". -setlocal fo+=tcql +" Break text lines and keep the comment leader ">". +setlocal formatoptions+=tcql