Badran
Badran
Sorry for being too late. Can you copy the errors log? After building the java library you are still need to do a few steps in the Unity editor please...
I'm sorry the project is a mess. I'll try to clean it later. First make sure you got the AndroidManifest.xml in your Plugin folder using the wizard (Tools->Techtweaking->.....->Install). After this...
I'm sorry for being all that late. Finally, I did an actual test, instead of speculating. I've tested the latest commit on Unity3d 2018.4.25f1. **The library works as expected!.** Quoting...
This is currently fixed in #103. I'm still adding a few more features there, though I'm not sure if it will be merged in the end.
Hi, Here are some missing Jumplist commands: ``` search rsearch search_next search_prev evil_move_paragraph_forward evil_move_paragraph_backward ``` I also added this function to push to Jumplist, as `save_selection` create a status message....
> Hey. > I saw you also implemented the feature I implemented in #101. > Sorry, didn't notice. I actually didn't implement it, it's just a side effect of this...
The core idea of this PR is hard to maintain, that's why the tests were necessary. I already mentioned in the PR description that the original approach is better. Feel...
I think it makes sense to mimic Vim behaviour. I only adressed Test 2. I can't work on Test 3 & 4 anytime soon, sorry. Personally, I prefer this PR...
I added one commit that stops the behaviour when the cursor is over a blank string. This is still different from Vim, but it's good enough for me. For anyone...
Vim has case-insensitive */# search. Last commit adds case-insensitive search only when `search.smart-case` is enabled. I did it in a hacky way to avoid introducing changes to upstream. Basically, the...