neovim/test/functional
zeertzjq f89ca7194f
fix(events): make v:event readonly in more events (#18070)
This makes v:event readonly in these four events:
- ChanInfo
- ChanOpen
- RecordingLeave
- TermClose
2022-04-11 11:32:15 +08:00
..
api refactor!: rename nvim_add_user_command to nvim_create_user_command 2022-04-10 20:18:41 -06:00
autocmd fix(events): make v:event readonly in more events (#18070) 2022-04-11 11:32:15 +08:00
core fix(channel): fix channel consistency 2022-03-12 19:23:45 +08:00
editor test: add a test for #16823 2022-04-08 19:25:37 +08:00
ex_cmds refactor!: rename nvim_add_user_command to nvim_create_user_command 2022-04-10 20:18:41 -06:00
fixtures fix(healthcheck): handle empty reports 2022-02-09 10:18:22 +08:00
legacy vim-patch:8.2.4718: @@@ in the last line sometimes drawn in the wrong place (#18055) 2022-04-10 04:50:49 +08:00
lua fix(extmarks): splice extmarks on accepting spell 2022-04-02 12:35:33 -04:00
options test: add a test for #17609 2022-03-07 06:43:03 +08:00
plugin chore: fix typos (#17755) 2022-03-25 19:57:59 +01:00
provider test(python3_spec): use a pattern to match SyntaxError message (#17705) 2022-03-13 22:05:56 +08:00
shada
terminal fix(tui)!: remove ESC NUL forced escape (#17198) 2022-04-11 10:23:33 +08:00
treesitter feat(ui): allow conceal to be defined in decorations 2022-03-20 18:02:41 +01:00
ui feat(keymap): add F38-F63 keys (#17893) 2022-04-11 09:54:59 +08:00
vimscript fix(event-loop): duplicate display updating logic in vgetorpeek() (#17913) 2022-03-30 05:25:00 +08:00
example_spec.lua
helpers.lua feat(test): use nvim_exec in helpers.source() #16064 2022-03-27 10:25:55 -07:00
preload.lua