XVimProject / XVim

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

Refactor common.m and NSTextView+VimMotions.m #106

Closed JugglerShu closed 12 years ago

JugglerShu commented 12 years ago

They have similar methods and dupulications. And NSTextView+VimMotions.m now has many method which depends only on NSString. Make these methods implemented in new file "NSString+VimHelper.m" and leave methods depends on NSTextView in NSTextView+VimMotions

JugglerShu commented 12 years ago

I'll do this after release XVim 0.1