Axel Forsman
Axel Forsman
Friendly ping :)
I was only looking at the [tidyverse](https://style.tidyverse.org/); [Google's](https://google.github.io/styleguide/Rguide.html); the [Advanced R book](http://adv-r.had.co.nz/Style.html); and [Henrik Bengtsson's](https://docs.google.com/document/d/1esDVxyWvH8AsX-VJa-8oqWaHLs4stGlIbk8kLc5VlII) style guides, the top search results at the time, before concluding that 2 spaces was...
I made some changes to this commit to fix the failing tests + a couple other things (Remove nested `unwind-protect`, ensure evil does not use undo-tree when undo info is...
I am closing this since specially after some recent simplifications `evil-next-line`/`evil-previous-line` are just calls to `line-move`, with `line-move-visual` set to `nil` to match Vim. Instead, if the issue persists, please...
This is because `evil-normalize-keymaps` is not executed after every cursor movement - and in particular not when the cursor enters an overlay with a `keymap` property. E.g. try changing states...
I think the idea is sound but would be interested to hear what others think. The name `keep-active-mark` is a bit confusing - Visual state does not deactivate the mark....
It's 2.5 dl. The use of mixed numbers in recipes is fairly established, I think.
> How can I disable visual state only on pdf-mode? Just do not execute any commands that enter Visual state, either by unbinding or not typing them? I do not...
Thanks for reporting this issue. It is caused by the code not handling errors raised by `copy_string_contents` due to strings not being representable as valid UTF-8. This should of course...
This should now be fixed by commits f91c0972cc8887f8e2a123feb96bb5120d2b77c3 and 622329477d893a9fc2528a75935cfe1f8614f4bc.