aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* fix(messages): reset msg_grid_scroll_discount when redrawing (#21000)zeertzjq2022-11-10
* fix(vim.ui.input): return empty string when inputs nothing (#20883)Jongwook Choi2022-11-08
* vim-patch:9.0.0844: handling 'statusline' errors is spread out (#20992)luukvbaal2022-11-08
* feat(api): add command name to Lua command callback optsFamiu Haque2022-11-07
* feat: ":write ++p" creates parent dirs #20835Victor Blanchard2022-11-06
* vim-patch:9.0.0756 #20680Shougo2022-11-06
* feat(ui): add support to display a title in the border of a float (#20184)Raphael2022-11-06
* fix(paste): feed keys as typed in cmdline mode (#20959)zeertzjq2022-11-06
* vim-patch:8.2.1106: crash when trying to use s: variable in typed commandzeertzjq2022-11-05
* vim-patch:8.2.4501: with 'showbreak' set cursor displayed in wrong positionzeertzjq2022-11-05
* vim-patch:8.2.0615: regexp benchmark stest is old style (#20940)zeertzjq2022-11-05
* fix(fileio): use first available directory in backupdir for backupcopy (#20655)Will Spurgin2022-11-05
* vim-patch:8.2.1022: various parts of code not covered by testszeertzjq2022-11-04
* vim-patch:8.2.0540: regexp and other code not tested (#20930)zeertzjq2022-11-04
* Enable new diff option linematch (#14537)Jonathon2022-11-04
* docs: fix typosdundargoc2022-11-02
* fix(mark): do not restore view in op-pending mode (#20889)zeertzjq2022-11-01
* feat(checkhealth): check runtime ($VIMRUNTIME)Justin M. Keyes2022-10-30
* fix(mouse): ensure no scrolling with "ver:0" in 'mousescroll' (#20861)zeertzjq2022-10-30
* fix(path): don't remove trailing slash when getting absolute path (#20853)zeertzjq2022-10-30
* fix: avoid unsigned overflow in home_replace() (#20854)zeertzjq2022-10-30
* vim-patch:8.2.2653: build failurezeertzjq2022-10-27
* vim-patch:8.2.1852: map() returing zero for NULL list is unexpectedzeertzjq2022-10-26
* vim-patch:8.2.0610: some tests are still old stylezeertzjq2022-10-26
* Merge pull request #20775 from shadmansaleh/fix/opt_tal_not_redrawing_tablinebfredl2022-10-24
|\
| * fix: setting tabline option not redrawing tablineshadmansaleh2022-10-24
* | fix(lua): pesc, tbl_islist result types #20751NAKAI Tsuyoshi2022-10-24
* | test: add a test for a crash fixed by patch 8.2.0908zeertzjq2022-10-24
* | docs: fix typos (#20724)dundargoc2022-10-23
* | fix(ui): send grid_resize events before triggering VimResized (#20760)zeertzjq2022-10-22
|/
* docs: update vimdoc parser #20747Justin M. Keyes2022-10-20
* vim-patch:9.0.0739: mouse column not correctly used for popup_setpos (#20729)zeertzjq2022-10-19
* feat(docs): update parser, HTML gen #20720Justin M. Keyes2022-10-18
* fix(intro): omit patch version in ":help news" item #20713zeertzjq2022-10-18
* ci: add cirrus to isCI function to skip tests (#20526)dundargoc2022-10-17
* test: add a test for #20684zeertzjq2022-10-17
* feat(api): nvim_select_popupmenu_item support cmdline pum (#20652)zeertzjq2022-10-17
* fix(man): handle absolute paths as `:Man` targets (#20624)Mahmoud Al-Qudsi2022-10-17
* Merge pull request #20665 from lewis6991/fix/decor_redrawLewis Russell2022-10-17
|\
| * fix(decoration): call providers in win_update() earlierLewis Russell2022-10-15
* | vim-patch:3c053a1a5ad2 (#20679)Christian Clason2022-10-17
* | feat: mention ":help news" in intro #20674Gregory Anders2022-10-16
|/
* vim-patch:9.0.0614: SpellFileMissing autocmd may delete bufferzeertzjq2022-10-15
* Merge pull request #20645 from lewis6991/fix/decor_redraw_same_idLewis Russell2022-10-14
|\
| * fix(decoration): redraw correctly when re-using idsLewis Russell2022-10-14
* | fix(completion): set pum_size even if ext_popupmenu is used (#20648)zeertzjq2022-10-14
* | fix(lua): on_yank error with blockwise multibyte region #20162Daniel Zhang2022-10-14
|/
* build(deps): bump vimdoc (help) parser to v1.2.1 #20642Justin M. Keyes2022-10-13
* test: add a test for #20605zeertzjq2022-10-12
* fix(lua): assert failure with vim.regex() error inside :silent! (#20555)RZia2022-10-10