neovim/test/functional
Eriks Muhins 160a019ffa feat(man.lua): support spaces in manpage names
Problem:
:Man command errors if given more than two arguments. Thus, it is
impossible to open man pages that contain spaces in their names.

Solution:
Adjust :Man so that it tries variants with spaces and underscores, and
uses the first found.
2023-03-07 15:19:24 +01:00
..
api fix(extmarks): don't leak memory on error (#22507) 2023-03-05 07:09:28 +08:00
autocmd test(termxx_spec): fix TermClose bdelete test flakiness (#22463) 2023-03-01 09:56:25 +08:00
core test(exit_spec): make sure that autocommands are triggered (#22188) 2023-02-09 19:48:17 +08:00
editor test: make {MATCH:} behave less unexpectedly in screen:expect() 2023-02-18 10:44:35 +08:00
ex_cmds fix(highlight): avoid ORing underline flags (#22372) 2023-02-23 16:15:04 +08:00
fixtures fix(lsp): use buffer scheme for files not stored on disk (#22407) 2023-03-01 15:33:13 +01:00
legacy test: move oldtests to test directory (#22536) 2023-03-07 11:13:04 +08:00
lua Merge pull request #13834 from bfredl/omnilua 2023-03-07 00:28:53 +01:00
options feat: $NVIM_APPNAME #22128 2023-02-16 04:15:02 -08:00
plugin feat(man.lua): support spaces in manpage names 2023-03-07 15:19:24 +01:00
provider fix(clipboard): show provider warning when not during batch changes #21451 2023-01-03 15:17:54 -08:00
shada fix(rpc)!: preseve files when stdio channel is closed (#22137) 2023-02-11 18:25:01 +08:00
terminal Merge #22382 has('gui_running') 2023-02-28 06:24:23 -05:00
treesitter fix(treesitter): disallow empty filetypes 2023-03-03 09:44:02 +00:00
ui fix(column): issues with 'statuscolumn' width (#22542) 2023-03-07 08:45:08 +08:00
vimscript feat(ui): restore has('gui_running') 2023-02-27 19:50:59 +01:00
example_spec.lua
helpers.lua test: move oldtests to test directory (#22536) 2023-03-07 11:13:04 +08:00
preload.lua test: remove unused variable (#21552) 2022-12-29 07:20:42 +08:00