Skip to content

Commit 8bed65c

Browse files
committed
Remove formatoptions-=croql as it is indeed intrusive
https://groups.google.com/forum/#!msg/vim_dev/EKDS1PP4rPo/ifLO6FFNqe4J Thanks to glts for alerting me to this thread! #33
1 parent 3a43460 commit 8bed65c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

ftplugin/clojure.vim

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ setlocal iskeyword+=?,-,*,!,+,/,=,<,>,.,:,$
2323
" of user-defined def* definitions.
2424
setlocal define=\\v[(/]def(ault)@!\\S*
2525

26-
" Remove 't' from 'formatoptions' to avoid auto-wrapping code. The '+=croql'
27-
" is standard ftplugin boilerplate, although it is arguably intrusive.
28-
setlocal formatoptions-=t formatoptions+=croql
26+
" Remove 't' from 'formatoptions' to avoid auto-wrapping code.
27+
setlocal formatoptions-=t
2928

3029
" Lisp comments are routinely nested (e.g. ;;; SECTION HEADING)
3130
setlocal comments=n:;

0 commit comments

Comments
 (0)