XVimProject / XVim

Xcode plugin for Vim keybindings
MIT License
5.16k stars 595 forks source link

dap in normal mode #235

Open listrophy opened 12 years ago

listrophy commented 12 years ago

dap == "Delete a paragraph" (present in standard vim)

It's something I use all the time. I took a look at implementing myself in Xvim, but I couldn't wrap my head around the whole project.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

JugglerShu commented 12 years ago

This implementation should be in XVimTextObjectEvaluator.m. I'll add it if I have enough time.

weaksauce commented 12 years ago

We probably should close this issue after pull request #239 unless there is still something broken.

JugglerShu commented 11 years ago

Should work now. I'll write test in refactoring branch and close

JugglerShu commented 11 years ago

Not working. need to fix it.

JugglerShu commented 11 years ago

Sorry for late implementation. I implemented it in 'Develop' branch. I'll close this when I add test cases for this command.