Johannes Altmanninger
Johannes Altmanninger
there is at least one issue when the filetype is first something like `markdown` and then `sh` Can you reproduce wiht this in your kakrc: ``` hook global BufSetOption filetype=.*...
I'm working on a fix, my current approach is to add a `BufSetOptionPre` hook so each filetype hook can unset what it did without `BufSetOption` hooks having to worry.
Perhaps the problem with Cirrus was that a hung test (which has been fixed since) used up all available time. This change makes it so we no longer specify the...
Looks like Cirrus works again. In the meantime we also added [Sourcehut CI](https://builds.sr.ht/~mawww/kakoune) which covers everything except macOS. The status quo seems acceptable but let's see what the future brings
I'm working around this by replacing `vv` with `hook global -once NormalIdle .* %{ execute-keys vv }`
Yeah. I use this, mapped to a different key than `` though. ```kak define-command -override my-git-enter %{ evaluate-commands -save-regs c %{ try %{ evaluate-commands -draft %{ execute-keys s\S+ try %{...
> To improve even more the experience, I think that doing while on a hash (a short hash such as when doing :git log --oneline or a long hash in...
Maybe writing the entire script in Python is better than mixing languages. But your call, whatever works
I think this change makes sense. Prompt mode emulates readline which also accepts this (as does pretty much every text field). > I'm in general pretty indifferent towards this change...
> This patch *does* add a new option, it's just not user-accessible. If you don't want it to be writable, could you expose it as `%val{eolateof}` or similar? That would...