1
mirror of https://github.com/neovim/neovim.git synced 2025-01-02 17:33:28 -07:00
neovim/test/functional
zeertzjq a1d71ad55e vim-patch:9.0.1783: Display issues with virt text smoothscroll and showbreak
Problem:  Wrong display with wrapping virtual text or unprintable chars,
          'showbreak' and 'smoothscroll'.
Solution: Don't skip cells taken by 'showbreak' in screen lines before
          "w_skipcol". Combined "n_skip" and "skip_cells".

closes: 

b557f48982
2023-08-23 13:17:17 +08:00
..
api fix(api): disallow win_set_buf from changing cmdwin's old curbuf () 2023-08-17 00:53:10 +01:00
autocmd test: add some tests for SafeState autocommand 2023-08-21 14:16:16 +08:00
core feat(remote): avoid --remote-ui infinite loop () 2023-08-13 14:14:08 +08:00
editor fix(folds): update folds in Insert mode with fdm=indent () 2023-07-21 08:56:08 +08:00
ex_cmds fix(messages): use "Vimscript" instead of "VimL" 2023-06-22 04:09:14 -07:00
fixtures feat(lsp): map K to hover by default 2023-07-14 09:47:18 -07:00
legacy vim-patch:9.0.1772: Cursor may be adjusted in 'splitkeep'ed windows () 2023-08-21 08:58:18 +08:00
lua feat(diagnostic): filter diagnostics by specific severities () 2023-08-16 08:49:14 -05:00
options test(options/defaults_spec): fix NVIM_APPNAME test flakiness () 2023-08-04 10:37:47 +08:00
plugin feat(highlight): Allow hyphens (-) in highlight group names () 2023-08-15 09:25:51 -05:00
provider fix(messages): use "Vimscript" instead of "VimL" 2023-06-22 04:09:14 -07:00
shada test: don't unnecessarily specify win/buf for nvim_(get|set)_option_value 2023-05-22 13:02:07 +06:00
terminal fix(terminal): handle horizontal scrolling in another window () 2023-08-21 23:19:12 +08:00
treesitter fix(treesitter)!: remove deprecated legacy injection format 2023-08-14 00:14:35 +02:00
ui vim-patch:9.0.1783: Display issues with virt text smoothscroll and showbreak 2023-08-23 13:17:17 +08:00
vimscript vim-patch:9.0.1779: Need more state() tests () 2023-08-23 06:42:10 +08:00
example_spec.lua
helpers.lua fix(messages): use "Vimscript" instead of "VimL" 2023-06-22 04:09:14 -07:00
preload.lua test: remove unused variable () 2022-12-29 07:20:42 +08:00