neovim/test/functional
luukvbaal bf4eada2c8
fix(column): issues with 'statuscolumn' width (#22542)
Problem:    'statuscolumn' width can be incorrect when toggling 'number'
            or setting 'statuscolumn'.
Solution:   Make sure the width is reset and re-estimated when
            'statuscolumn' and 'number' are set. (When 'relativenumber'
            is set this already happens because it always changes
            "nrwidth_line_count".)
2023-03-07 08:45:08 +08: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(legacy/prompt_buffer_spec): align script with oldtest more (#22354) 2023-02-21 17:43:53 +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(lsp)!: add rule-based sem token highlighting (#22022) 2023-03-06 19:03:13 +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 screen.lua: remove screen:_on_event #11488 2019-12-01 01:06:10 -08:00
helpers.lua refactor(tests): move lua-client into core and use it for functionaltests 2023-02-10 20:19:04 +01:00
preload.lua test: remove unused variable (#21552) 2022-12-29 07:20:42 +08:00