From a26bebbeb94207698d20f43485098ead64bb6c67 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 26 Dec 2013 03:34:22 +0100 Subject: Update --- ftplugin/clojure.vim | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ftplugin/clojure.vim') diff --git a/ftplugin/clojure.vim b/ftplugin/clojure.vim index bbcbd319..b46b9c80 100644 --- a/ftplugin/clojure.vim +++ b/ftplugin/clojure.vim @@ -23,9 +23,8 @@ setlocal iskeyword+=?,-,*,!,+,/,=,<,>,.,:,$ " of user-defined def* definitions. setlocal define=\\v[(/]def(ault)@!\\S* -" Remove 't' from 'formatoptions' to avoid auto-wrapping code. The '+=croql' -" is standard ftplugin boilerplate, although it is arguably intrusive. -setlocal formatoptions-=t formatoptions+=croql +" Remove 't' from 'formatoptions' to avoid auto-wrapping code. +setlocal formatoptions-=t " Lisp comments are routinely nested (e.g. ;;; SECTION HEADING) setlocal comments=n:; -- cgit v1.2.3