aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
| * test(ts): skip test if C parser is not availableJames McCoy2022-06-08
* | fix(terminal): scrollback delete lines immediately #18832Javier Lopez2022-06-08
|/
* fix(diagnostic): check for negative column value (#18868)mohsen2022-06-08
* fix(nvim_create_user_command): make `smods` work with `nvim_cmd`Famiu Haque2022-06-08
* fix(highlight): let winhighlight use cursorzbirenbaum2022-06-07
* fix(input): allow Ctrl-C to interrupt a recursive mapping even if mapped (#18...zeertzjq2022-06-07
* vim-patch:8.2.5064: no test for what 8.1.0052 fixes (#18881)zeertzjq2022-06-07
* fix(lsp): fix multi client handling in code action (#18869)Mathias Fußenegger2022-06-05
* docs: fix typos (#18269)dundargoc2022-06-04
* feat(lsp): send didChangeConfiguration after init (#18847)Mathias Fußenegger2022-06-03
* fix(hl): set Normal hl group sg_attr value #18820Oliver Marriott2022-06-03
* fix(inccommand): avoid crash if callback changes inccommand option (#18830)zeertzjq2022-06-02
* fix(screen): restart win_update() if a decor provider changes signcols (#18768)zeertzjq2022-06-01
* fix(checkhealth): skip vim.health #18816Javier Lopez2022-06-01
* refactor: correct comments and assertions about mapping rhs <Nop> (#18821)zeertzjq2022-06-01
* fix(inccommand): do not try to preview an ambiguous command (#18827)zeertzjq2022-06-01
* feat(fs): add vim.fs.normalize()Gregory Anders2022-05-31
* feat(fs): add vim.fs.find()Gregory Anders2022-05-31
* feat(fs): add vim.fs.dir()Gregory Anders2022-05-31
* feat(fs): add vim.fs.basename()Gregory Anders2022-05-31
* feat(fs): add vim.fs.dirname()Gregory Anders2022-05-31
* feat(fs): add vim.fs.parents()Gregory Anders2022-05-31
* refactor(checkhealth)!: rename to vim.health, move logic to Lua #18720Javier Lopez2022-05-31
* Merge pull request #18194 from famiu/feat/usercmd_previewbfredl2022-05-31
|\
| * feat: add preview functionality to user commandsFamiu Haque2022-05-31
* | fix(logging): skip recursion, fix crash #18764Justin M. Keyes2022-05-30
|/
* Merge pull request #18792 from famiu/feat/nvim_create_user_command/smodsbfredl2022-05-29
|\
| * feat(nvim_create_user_command): pass structured modifiers to commandsFamiu Haque2022-05-29
* | test: add tests for inccommand with c_CTRL-R_= and c_CTRL-\_e (#18796)zeertzjq2022-05-29
* | fix(winbar): set w_winrow_off when initializing firstwin size (#18793)zeertzjq2022-05-29
* | test(job_spec): remove Xtest_jobstart_env log filezeertzjq2022-05-29
* | test: fixeol cleanup created files #18785Javier Lopez2022-05-28
|/
* fix(winbar): only allow adding winbar when there is spaceFamiu Haque2022-05-28
* fix(winbar): fix winbar disappear or glitch when moving a split (#18775)zeertzjq2022-05-28
* test(unit): use setup()/teardown() in buffer_spec.lua (#18739)Jun-ichi TAKIMOTO2022-05-28
* fix(ui): require window-local value to show winbar on floating windows (#18773)Famiu Haque2022-05-28
* Merge pull request #18306 from lewis6991/fnfastbfredl2022-05-26
|\
| * fixup: update test/functional/lua/vim_spec.luaLewis Russell2022-05-17
| * feat(lua): allow some viml functions to run in fastLewis Russell2022-05-17
* | Merge pull request #18528 from lewis6991/setwinoptbfredl2022-05-25
|\ \
| * | feat(api): add win and buf to nvim_set_option_valueLewis Russell2022-05-17
| |/
* | feat: click support for 'statusline', 'winbar' #18650Famiu Haque2022-05-23
* | refactor!: delete insertmode (#18547)Gregory Anders2022-05-22
* | fix(winbar): allow winbar to display the rulerbfredl2022-05-22
* | fix(mksession): don't store floats in session #18635Daniel Steinberg2022-05-22
* | Merge pull request #18696 from bfredl/quickincbfredl2022-05-22
|\ \
| * | fix(tests): fix some issues with ui/inccommand_spec.lua causing slownessbfredl2022-05-22
* | | Merge pull request #18693 from bfredl/quicklspbfredl2022-05-22
|\ \ \ | |/ / |/| |
| * | fix(ci): remove 2000ms blocking wait in many plugin/lsp_spec.lua testsbfredl2022-05-22
* | | fix(folds): fix fold regression with :move (#18685)zeertzjq2022-05-22