hgranthorner
hgranthorner
I think it would be pretty great to have a malli equivalent to the spec-alpha2/select. For those that don't know, `select` would take a schema and a keyset, and mark...
Closes #722. Please let me know if there's any tests or anything that I should add to - I couldn't find anything for `-int-schema`.
Closes: neovim/neovim#5018 Problem: InsertCharPre events were not handled while inserting characters in terminal mode. Solution: Port the existing `do_insert_char_pre` procedure for insert mode from `edit.c` to `terminal.c` for terminal mode....