aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy
Commit message (Expand)AuthorAge
* test(normal): port legacy normal test for page scrolling (#28100)luukvbaal2024-03-29
* vim-patch:9.1.0215: Half-page scrolling does not support smooth-scrollingLuuk van Baal2024-03-28
* vim-patch:9.1.0211: page-wise scrolling does not support smooth-scrollingLuuk van Baal2024-03-28
* refactor(tests): use global defaults instead of set_default_attr_ids (2)bfredl2024-03-27
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* vim-patch:9.1.0180: Cursor pos wrong when double-width chars are concealed (#...zeertzjq2024-03-15
* vim-patch:9.1.0176: Cursor column wrong with 'virtualedit' and concealzeertzjq2024-03-14
* vim-patch:9.1.0174: 'cursorline' and 'wincolor' hl missing with conceal and wrapzeertzjq2024-03-14
* vim-patch:9.1.0167: Changing buffer in another window causes it to show match...zeertzjq2024-03-12
* test: correct order of arguments to eq() (#27816)zeertzjq2024-03-11
* vim-patch:9.1.0112: Remove undo information, when cleaning quickfix bufferzeertzjq2024-02-16
* vim-patch:9.1.0106: Visual highlight hard to read with 'termguicolors'zeertzjq2024-02-15
* vim-patch:9.1.0101: upper-case of German sharp s should be U+1E9E (#27449)zeertzjq2024-02-13
* fix(messages): clear new lines when increasing 'cmdheight' (#27421)zeertzjq2024-02-11
* vim-patch:9.1.0084: Visual hl wrong when it ends before multibyte 'showbreak'...zeertzjq2024-02-10
* vim-patch:9.1.0083: Redrawing can be improved when deleting lines with 'number'zeertzjq2024-02-08
* vim-patch:9.1.0040: issue with prompt buffer and hidden buffer (#27071)zeertzjq2024-01-18
* vim-patch:9.1.0033: Insert mode not stopped if closing prompt buffer modifies...zeertzjq2024-01-17
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: use vim.mpack and vim.uv directlyLewis Russell2024-01-12
* test: remove helpers.sleep()Lewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* vim-patch:9.0.2187: Visual not drawn with 'breakindent' when line doesn't fit...zeertzjq2023-12-28
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* vim-patch:9.0.2145: wrong scrolling in insert mode with smoothscroll (#26375)zeertzjq2023-12-04
* vim-patch:9.0.2142: [security]: stack-buffer-overflow in option callback func...zeertzjq2023-12-02
* vim-patch:9.0.2140: [security]: use-after-free in win-enterzeertzjq2023-12-02
* vim-patch:9.0.2125: File info disappears when 'cmdheight' has decreased (#26180)zeertzjq2023-11-24
* vim-patch:9.0.1969: [security] buffer-overflow in trunc_string()zeertzjq2023-11-17
* vim-patch:9.0.2107: [security]: FPE in adjust_plines_for_skipcol (#26082)zeertzjq2023-11-17
* vim-patch:9.0.2105: skipcol not reset when topline changed (#26042)luukvbaal2023-11-15
* vim-patch:9.0.2102: matchparen highlight not cleared in completion mode (#26019)zeertzjq2023-11-13
* vim-patch:8.2.4809: various things no6 properly tested (#26017)zeertzjq2023-11-13
* refactor(options)!: unify `set_option` and `set_string_option`Famiu Haque2023-10-30
* docs: small fixes (#25585)dundargoc2023-10-29
* refactor(options)!: make OptionSet `v:` values use typvalFamiu Haque2023-10-17
* refactor(message): simplify msg_puts_display and use batched grid updatesbfredl2023-10-03
* feat(extmark): support proper multiline rangesbfredl2023-09-12
* vim-patch:9.0.1840: [security] use-after-free in do_ecmd (#24993)zeertzjq2023-09-03
* fix(ui): wrong cursor position with left gravity inline virt text at eolzeertzjq2023-08-28
* vim-patch:9.0.1785: wrong cursor position with 'showbreak' and lcs-eol (#24852)zeertzjq2023-08-24
* vim-patch:9.0.1772: Cursor may be adjusted in 'splitkeep'ed windows (#24811)zeertzjq2023-08-21
* vim-patch:9.0.1759: Visual highlight not working with cursor at end of screen...zeertzjq2023-08-21
* vim-patch:9.0.1697: incsearch test not sufficient (#24683)zeertzjq2023-08-13
* vim-patch:9.0.1691: wrong viewport restored for incsearch and smoothscroll (#...zeertzjq2023-08-12
* feat(options)!: remove compatible behaviours for vim 5.0 and earlierLewis Russell2023-07-17
* fix(plines): don't return very large height on very long line (#24260)zeertzjq2023-07-05