externvoid

Results 5 comments of externvoid

Did you use the development branch that has been updated recently?

It can't be helped. This version of Xcode, 11.5, might not be supported by XVim2. We should be waiting for the issue solved.

The immediate work around is below. `:%s/ / /gc` The former space is 4 pieces. The latter one is 2. Apple should provide vim.plugin. Like Android Studio.

@michaeleisel I followed your advice, finding the specific place at `NSTextStorage+VimOperation.m` It's working as what I desire.

Could you attempt unsign command at github.com/steakknife/unsign? $cd unsign $make $./unsign /Applications/Xcode.app/Contents/MacOS/Xcode $cd /Applications/Xcode.app/Contents/MacOS/Xcode $mv Xcode Xcode.sined $mv Xcode.unsigned Xcode The similer tool of the unsign is github.com/alexzielenski/optool.