-
If you click past the end of a line, you can move the cursor to an invalid position. This causes crashes in much of the code where there are asserts to make sure the cursor is in a valid position.
``…
-
I wanted to kick off a conversation about alpha.
I think the current set of features is fantastic, and well done to everyone for making it happen (of course, especially Shu!). In a nutshell I'm sayi…
tomlu updated
12 years ago
-
Hi there.
I should have send you an email instead of making a new issue :)
Well, I launched a [xvim project](https://github.com/WarWithinMe/xVim) a while ago. Feel free to go ahead and have a look.…
-
Now to input japanese is not possible with XVim.
I do not know the reason but this might be a result of changing of NSEvent to KeyStroke.
-
XVim crash on Xcode 4.3 when use `gg` in normal mode
-
In XVimInsertEvaluator's "eval:ofXVim"
when it handles it often crashes.
The crash happend on 2nd line of below.
```
NSString *text = [xvim string];
NSString *insertedText = [text s…
-
Some characters in latvian language are inputted by first pressing quotation-mark ' and then a letter, for example: ' a --> ā, ' c --> č, ' u --> ū etc.
Other than that, it's the same as with english …
-
@tomlu , @dojoteef
I have just added new command line implementation in "ChangeCommandLine" branch.
One command line view is shared by several editor view.
This is kind of trial and currently it wo…
-
It looks for a file called keymap but there is only a file called keymap-example.
Renaming it makes the build pass.
-
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…