neovim/test/functional
zeertzjq 4eea60939f
test(core/path_spec): don't use fnameescape() (#25593)
Using fnameescape() for the path argument of findfile() and finddir() is
wrong, as fnameescape() is intended to be used for parts of Ex commands,
not function arguments.
2023-10-11 07:24:37 +08:00
..
api fix(autocmd): API functions accept garbage after event name #25523 2023-10-09 02:50:44 -07:00
autocmd fix(ui): trigger TabNewEntered after split new tab 2023-10-07 16:40:57 +08:00
core test(core/path_spec): don't use fnameescape() (#25593) 2023-10-11 07:24:37 +08:00
editor feat(completion): support completing more string options 2023-10-01 20:00:23 +08:00
ex_cmds docs: small fixes 2023-10-10 19:20:32 +02:00
fixtures fix(lsp): handle absence of a trailing newline #25194 2023-09-21 03:06:40 -07:00
legacy refactor(message): simplify msg_puts_display and use batched grid updates 2023-10-03 15:20:09 +02:00
lua fix(lua): vim.region on linewise selection #25467 2023-10-06 05:44:50 -07:00
options feat: NVIM_APPNAME supports relative paths #25233 2023-09-27 10:09:55 -07:00
plugin fix(lsp): account for border height in max floating popup height (#25539) 2023-10-08 10:09:25 +02:00
provider fix(messages): use "Vimscript" instead of "VimL" #24111 2023-06-22 04:09:14 -07:00
shada fix(shada): update marks when using delmarks! (#24978) 2023-09-03 10:34:09 +08:00
terminal refactor(grid): do arabic shaping in one place 2023-10-08 15:22:45 +02:00
treesitter fix(treesitter): make Visual hl work consistently with foldtext (#25484) 2023-10-03 13:07:03 +08:00
ui Merge pull request #25561 from glepnir/9663 2023-10-10 16:36:55 +02:00
vimscript fix(exception): remember whether message is multiline (#25351) 2023-09-25 08:23:24 +08:00
example_spec.lua
helpers.lua feat(extmark): support proper multiline ranges 2023-09-12 10:38:23 +02:00
preload.lua test: remove unused variable (#21552) 2022-12-29 07:20:42 +08:00