neovim/src
luukvbaal 6e4df18b45
fix(ui): no fast context for prompt message kinds #31224
Problem:  No longer able to show prompt messages with vim.ui_attach().
Solution: Do not execute callback in fast context for prompt message
          kinds. These events must be safe to show the incoming message
          so the event itself serves to indicate that the message
          should be shown immediately.
2024-11-15 14:34:42 -08:00
..
cjson fix(vim.json): properly treat luanil options as booleans (#28622) 2024-05-03 19:26:56 +08:00
klib refactor(event): change last use of klist to kvec 2024-09-28 20:23:22 +02:00
man docs: misc (#28837) 2024-06-07 10:55:14 +08:00
mpack fix: buffer overrun in lmpack_session_receive 2024-02-06 01:07:54 +02:00
nvim fix(ui): no fast context for prompt message kinds #31224 2024-11-15 14:34:42 -08:00
vterm test: port libvterm unit test to neovim test suite 2024-10-22 21:20:11 +02:00
xdiff refactor: the long goodbye 2023-11-05 20:19:06 +01:00
.valgrind.supp refactor: rename "process" => "proc" #30387 2024-09-15 12:20:58 -07:00
bit.c feat(lua): make sure require'bit' always works, even with PUC lua 5.1 2023-02-22 22:15:19 +01:00
bit.h feat(lua): make sure require'bit' always works, even with PUC lua 5.1 2023-02-22 22:15:19 +01:00
clint.py fix(diff): use mmfile_t in linematch 2024-09-30 11:51:33 +01:00
coverity-model.c refactor(treesitter): handle coverity warnings better 2024-03-20 12:22:54 +00:00
nlua0.c refactor(build): include lpeg as a library 2023-04-27 11:40:00 +02:00
uncrustify.cfg build: bump uncrustify to version 0.79.0 (#28756) 2024-05-15 12:28:19 +02:00