From 92c2afa1bf4be41f57c72426f64cbddfd9686c04 Mon Sep 17 00:00:00 2001 From: Alexey Vyskubov Date: Thu, 14 Jun 2012 14:56:23 +0300 Subject: [PATCH] clojure: indenting one space after (foo --- indent/clojure.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indent/clojure.vim b/indent/clojure.vim index 94a5ec5..9c73f26 100644 --- a/indent/clojure.vim +++ b/indent/clojure.vim @@ -165,7 +165,7 @@ function! GetClojureIndent() normal! w if paren[0] < line(".") - return paren[1] + &shiftwidth - 1 + return paren[1] + &shiftwidth - 2 endif normal! ge