aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
* fix(excmd): make :def unknown rather than unimplemented (#23150)zeertzjq2023-04-17
* vim-patch:8.2.2857: Vim9: exception in ISN_INSTR caught at wrong level (#23131)zeertzjq2023-04-16
* fix(lua): inspect_pos respect bufnr when get syntax info (#23098)Raphael2023-04-16
* vim-patch:8.2.3783: confusing error for using a variable as a functionzeertzjq2023-04-16
* refactor: deprecate checkhealth functionsdundargoc2023-04-15
* feat(lua)!: add stricter vim.tbl_islist() and rename old one to vim.tbl_isarr...NAKAI Tsuyoshi2023-04-14
* feat(lua): vim.tbl_contains supports general tables and predicates (#23040)Christian Clason2023-04-14
* Merge pull request #23071 from luukvbaal/sloclaterzeertzjq2023-04-14
|\
| * test(winbar_spec): properly update winbar when 'showcmdloc' is "statusline"quintik2023-04-14
* | refactor: remove modelines from Lua filesGregory Anders2023-04-13
|/
* fix(loader): reset hashes when running the loaderLewis Russell2023-04-13
* fix(api): make nvim_get_hl not return non-existing groupsbfredl2023-04-13
* fix(column): add truncated width during estimation for 'statuscolumn'luukvbaal2023-04-12
* test(startup_spec): use getscriptinfo() instead of :scriptnames (#23034)zeertzjq2023-04-12
* refactor: remove :CheckHealthdundargoc2023-04-12
* test(lsp): fix unstable tests for set_defaults (#23002)Michal Liszcz2023-04-11
* feat(lua): vim.region accepts getpos() arg (#22635)NAKAI Tsuyoshi2023-04-11
* test: avoid name collisions with Xtest directory (#23019)kylo2522023-04-11
* fix(highlight): combine ColorColumn with low-priority CursorLine (#23017)zeertzjq2023-04-11
* fix(mark): properly init mark views (#22996)zeertzjq2023-04-10
* Merge pull request #22865 from MunifTanjim/issue-20370bfredl2023-04-10
|\
| * fix(api): do not re-apply win_config.style when missingMunif Tanjim2023-04-10
* | fix(eval): prevent double-free in garbage collection (#22990)zeertzjq2023-04-10
* | fix(column): 'statuscolumn' not drawn after virt_lines with "n" in 'cpo' (#22...luukvbaal2023-04-10
* | vim-patch:9.0.1443: ending Insert mode when accessing a hidden prompt buffer ...zeertzjq2023-04-10
* | fix(highlight): add missing g: prefix for colors_name (#22952)zeertzjq2023-04-08
* | feat(lua): allow vim.F.if_nil to take multiple arguments (#22903)Gregory Anders2023-04-07
* | NVIM v0.9.0bfredl2023-04-07
* | Merge pull request #22907 from luukvbaal/evalstcbfredl2023-04-07
|\ \
| * | feat(api): set statuscolumn line number in nvim_eval_statusline()Luuk van Baal2023-04-07
* | | test(lua/diagnostic_spec): remove unnecessary after_each()zeertzjq2023-04-07
* | | test: improve editor/fold_spec.lua and editor/put_spec.lua (#22916)zeertzjq2023-04-07
* | | fix(folds): handle visual blockwise indent insertion correctly (#22898)Brandon Simmons2023-04-07
* | | Merge pull request #22910 from bfredl/nonormalbfredl2023-04-06
|\ \ \
| * | | fix(highlight): use winhl=Foo:Bar even when Bar is emptybfredl2023-04-06
* | | | fix(treesitter): do not track ranges of the root tree (#22912)Lewis Russell2023-04-06
| |/ / |/| |
* | | test(vim.fs.normalize): enable test on Windowsdundargoc2023-04-05
* | | refactor: rename local API alias from a to apiLewis Russell2023-04-05
|/ /
* | feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()Luuk van Baal2023-04-05
* | test: replace lfs with luv and vim.fsdundargoc2023-04-04
* | docs: fix typosdundargoc2023-04-04
* | fix(api): avoid double hit-enter prompt with nvim_err_writeln (#22879)zeertzjq2023-04-04
* | Merge pull request #22847 from luukvbaal/redrstatusbfredl2023-04-03
|\ \
| * | fix(ui): ruler is not redrawn in cmdline with redrawstatusLuuk van Baal2023-04-02
* | | Merge pull request #22783 from luukvbaal/inspectbfredl2023-04-03
|\ \ \
| * | | refactor(lua): get all marks instead of iterating over namespacesLuuk van Baal2023-04-02
| |/ /
* | / vim-patch:9.0.1439: start Insert mode when accessing a hidden prompt buffer (...zeertzjq2023-04-03
| |/ |/|
* | refactor(defaults)!: change default 'commentstring' value to empty (#22862)zeertzjq2023-04-02
|/
* Merge pull request #22844 from luukvbaal/stlrecordingbfredl2023-04-02
|\
| * fix(ui): recording change doesn't trigger statusline redrawLuuk van Baal2023-04-01