neovim/test/functional/ui
zeertzjq ae64772a88
fix(diff): avoid restoring invalid 'foldcolumn' value (#21650)
Use "0" for 'foldcolumn' when w_p_fdc_save is empty, like how
"manual" is used for 'foldmethod' when w_p_fdm_save is empty.
2023-01-05 07:12:02 +08:00
..
bufhl_spec.lua docs: fix typos (#20394) 2022-09-30 09:53:52 +02:00
cmdline_highlight_spec.lua docs: fix typos (#21196) 2022-11-29 09:45:48 +08:00
cmdline_spec.lua test: add test cases for command line issues 2022-12-31 01:49:36 +01:00
cursor_spec.lua feat(ui): add support to display a title in the border of a float (#20184) 2022-11-06 11:59:43 +01:00
decorations_spec.lua feat(extmarks): allow preventing spellchecking with spell = false 2022-11-12 10:19:01 +00:00
diff_spec.lua fix(diff): avoid restoring invalid 'foldcolumn' value (#21650) 2023-01-05 07:12:02 +08:00
embed_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
float_spec.lua fix(win_close): remove float grid after closing buffer (#21551) 2022-12-27 17:29:05 +08:00
fold_spec.lua vim-patch:8.2.2684: not enough folding code is tested 2022-11-25 15:50:34 +08:00
highlight_spec.lua fix(options): restore exists() behavior for options (#21510) 2022-12-23 13:56:32 +08:00
hlstate_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
inccommand_spec.lua fix(inccommand): deal with unsynced undo (#20041) 2022-09-26 07:00:37 +08:00
inccommand_user_spec.lua docs: fix typos (#20394) 2022-09-30 09:53:52 +02:00
input_spec.lua fix(tests): remove irrelevant usage of display-=msgsep 2022-08-17 23:44:49 +02:00
linematch_spec.lua fix(diff): handle long lines without crashing (#21389) 2022-12-12 16:44:11 +00:00
messages_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
mode_spec.lua vim-patch:9.0.0884: mouse shape remains in op-pending mode after failed change (#21066) 2022-11-15 23:02:48 +08:00
mouse_spec.lua fix(options): fix local 'sidescrolloff' doesn't work for mouse (#21162) 2022-11-23 12:14:16 +08:00
multibyte_spec.lua perf(ui): reduce allocation overhead when encoding "redraw" events 2022-06-20 12:44:56 +02:00
multigrid_spec.lua test: adding/removing winbar should not cause win_pos events (#21226) 2022-11-29 08:56:41 +08:00
options_spec.lua refactor(tui): use nvim_echo() for verbose terminfo 2022-12-20 21:43:42 +01:00
output_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
popupmenu_spec.lua vim-patch:9.0.1030: using freed memory with the cmdline popup menu 2022-12-09 02:16:57 +08:00
quickfix_spec.lua functests: Fix some ui/*_spec tests 2017-04-09 03:24:26 +03:00
screen_basic_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
screen.lua fix(tui): more work in the TUI 2022-12-31 13:25:26 +01:00
searchhl_spec.lua vim-patch:8.2.2542: highlight of char beyond line end is not correct (#20424) 2022-10-01 21:29:54 +08:00
sign_spec.lua docs: fix typos 2022-11-02 21:45:26 +08:00
spell_spec.lua vim-patch:9.0.0969: matchparen highlight is not updated when switching buffers (#21227) 2022-11-29 10:17:57 +08:00
statusline_spec.lua fix(statusline): don't show showcmd when not enough space (#21550) 2022-12-27 11:13:58 +08:00
syntax_conceal_spec.lua test: convert another test in test_matchadd_conceal.vim to Lua (#21353) 2022-12-09 10:37:53 +08:00
tabline_spec.lua fix: setting tabline option not redrawing tabline 2022-10-24 21:14:41 +06:00
wildmode_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
winbar_spec.lua feat(eval)!: make Vim functions return inner window width and height (#19743) 2022-08-24 21:02:45 +08:00