On Jul 18, 6:47 pm, Meikel Brandmeyer <m...@kotka.de> wrote: > I don't see this here. > > Which vim are you using? > Which VimClojure? > Does it happen also in a different file? > Can you send me an example file where this happens?
I cleared down my Vim settings back to the defaults, and indentation started working again. Then I slowly started adding back my customisations until I ran across the problem again. It appears to occur in my case when the 'w' key is rebound. Try putting these lines in in your .vimrc: nnoremap w ^ syntax on filetype plugin indent on You should fine that indentation is messed up. I suspect this is because the GetClojureIndentWorker function in indent/clojure.vim uses "normal w" amongst other commands. Anyone who has altered keys like w or l from their default bindings will run into trouble. Perhaps there's a way to do a "forward word" command without tying VimClojure to specific keybindings? In the meantime, commenting out that particular binding seems to solve the problem. - James --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---