b4winckler / vim-objc

My Objective-C config for Vim
77 stars 6 forks source link

Block indentation options #6

Closed keith closed 9 years ago

keith commented 10 years ago

Possible fix for https://github.com/b4winckler/vim-objc/issues/5

To illustrate the difference here use a specta like file:

SpecBegin(foo)
describe(@"bar", ^{|});
SpecEnd

| is the cursor. Press enter there with the different options to see the difference