JugglerShu

Results 50 comments of JugglerShu

The time has come. I’m glad that Xcode finally supports vim mode natively. It has been almost 10years since I first wrote code for XVim. I haven’t worked on XVim...

I created https://github.com/XVimProject/XcodeIssues . Use this to keep track issues of Xcode's Vim bindings. Maybe I'll add some template to issues page.

Same question on XMLDocument::DeepCopy. I think it can be const.

As far as I read the source code `5Y` should work as if it is `5yy`. I do not have my mac with me now so I'll check it if...

Hm... I totally don't know why this happens. I haven't had any similar behaviour. Are you still having this problem?

Thank you for the movie. I haven't had such bug... But what I think is that it looks that the calculation of the insertion point or the view position is...

The method you have to modify is - (NSUInteger)wordsForward:(NSUInteger)index count:(NSUInteger)count option:(MOTION_OPTION)opt info:(XVimWordInfo*)info in XVimSourceView+Vim.m ( and 'wordBackward' for 'b'). In the method it finds the boundary of words, spaces and...

Which branch are you working on? I recommend you to make a branch from "refoctoring" branch not "master". (The method is shared with these two so its not big problem...

Yea that kind of thing is considered. Actually it is possible to pass all the buffer to Neovim or Vim and execute command and apply back the result to Xcode,...

Should be fixed in develop branch