]> git.phdru.name Git - dotfiles.git/blobdiff - .vim/ftplugin/text.vim
Use full name 'formatoptions' instead of 'fo'
[dotfiles.git] / .vim / ftplugin / text.vim
index 059a30437420737a34fb560b57614ce673ed3c2a..bf0de133f1e26e65a95f759a51cf96c90bc26c92 100644 (file)
@@ -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