neovim/test/functional/ui
zeertzjq 804a94d300 vim-patch:9.1.0601: Wrong cursor position with 'breakindent' when wide char doesn't fit (#29793)
Problem:  Wrong cursor position with 'breakindent' when a double-width
          character doesn't fit in a screen line (mikoto2000)
Solution: Include the width of the 'breakindent' properly.
          (zeertzjq)

fixes: vim/vim#15289
closes: vim/vim#15290

b5d6b5caac
(cherry picked from commit 35b35cb93c)
2024-07-19 03:55:46 +00:00
..
bufhl_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
cmdline_highlight_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
cmdline_spec.lua feat(api): add nvim__redraw for more granular redrawing 2024-05-02 15:57:06 +02:00
cursor_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
decorations_spec.lua vim-patch:9.1.0601: Wrong cursor position with 'breakindent' when wide char doesn't fit (#29793) 2024-07-19 03:55:46 +00:00
diff_spec.lua fix(drawline): don't draw beyond end of window with 'rnu' (#29406) 2024-06-19 01:20:42 +00:00
embed_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
float_spec.lua fix(api): make getting explicit empty hl in virtual text work (#28697) 2024-05-12 05:39:33 +08:00
fold_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
highlight_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
hlstate_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
inccommand_spec.lua feat(api): add nvim__redraw for more granular redrawing 2024-05-02 15:57:06 +02:00
inccommand_user_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
input_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
linematch_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
messages_spec.lua fix(ui): superfluous showmode / excessive grid_cursor_goto #29089 2024-06-04 13:10:45 +00:00
mode_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
mouse_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
multibyte_spec.lua fix(ui): data corruption in remote_ui_raw_line 2024-05-12 12:19:29 +02:00
multigrid_spec.lua fix(move): half-page scrolling with resized grid at eob (#28821) 2024-05-17 23:00:44 +00:00
options_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
output_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
popupmenu_spec.lua test: do not set termguicolors in test runner 2024-06-13 01:09:49 +00:00
quickfix_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
screen_basic_spec.lua fix(drawline): don't draw beyond end of window (#29035) 2024-05-27 06:37:38 +00:00
screen.lua test: fix reporting "no flush received" too early (#29735) 2024-07-17 23:06:02 +08:00
searchhl_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
sign_spec.lua fix(column): clamp line number for legacy signs 2024-06-11 11:02:16 +02:00
spell_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
statuscolumn_spec.lua fix(mouse): early return when clicking in padded 'statuscolumn' (#29394) 2024-06-18 22:03:11 +00:00
statusline_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
syntax_conceal_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
tabline_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
title_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
wildmode_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
winbar_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00