aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* | 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
* | | Merge pull request #18681 from bfredl/uitestbfredl2022-05-22
|\ \ \ | |/ / |/| |
| * | fix(tests): fix some screen.lua warningsbfredl2022-05-21
* | | feat(ui): clear message history explicitly with msg_history_clear eventdevbhan singh2022-05-21
|/ /
* | fix(autocmds): separate command from desc (#18617)kylo2522022-05-21
* | fix(unittests): coredump when running unit tests #18663Jun-ichi TAKIMOTO2022-05-20
* | refactor: move reverse_text to strings.c as it's a string operationDundar Goc2022-05-20
* | Merge pull request #18641 from famiu/fix/nvim_cmd/keymap_error_suppressbfredl2022-05-20
|\ \
| * | fix: make `nvim_cmd` not suppress errors inside key mappingFamiu Haque2022-05-19
* | | Merge pull request #18629 from famiu/fix/ui/winbarbfredl2022-05-19
|\ \ \
| * | | fix(ui): make `winbar` properly equalize window heights for local valueFamiu Haque2022-05-19
* | | | fix(mouse): fix mouse drag position with winbar or border in multigridzeertzjq2022-05-19
* | | | fix(mouse): fix mouse drag position with winbarzeertzjq2022-05-19
| |/ / |/| |
* | | test(mksession_spec): only sleep on Windows (#18637)zeertzjq2022-05-19
* | | fix(termopen): avoid ambiguity in URI when CWD is root dir (#16988)zeertzjq2022-05-19
* | | Merge pull request #18620 from bfredl/multibarbfredl2022-05-18
|\ \ \
| * | | fix(ui): make winbar work with floats and multigridbfredl2022-05-18
* | | | Merge pull request #18507 from gpanders/au-lsp-attachedGregory Anders2022-05-18
|\ \ \ \
| * | | | feat(lsp): add LspAttach and LspDetach autocommandsGregory Anders2022-05-18
* | | | | Merge pull request #18624 from famiu/feat/ui/winbarbfredl2022-05-18
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | fix(ui): set correct position on mouse click when 'winbar' is enabledFamiu Haque2022-05-18
| |/ /
* / / feat(api): enable nvim_exec_autocmds to pass arbitrary data (#18613)Gregory Anders2022-05-18
|/ /
* | Merge pull request #18562 from famiu/feat/ui/winbarbfredl2022-05-18
|\ \
| * | feat(ui): add `'winbar'`Famiu Haque2022-05-18
| |/
* | test: fix mksession terminal CWD test again (#18615)zeertzjq2022-05-18
* | test: unskip tests on Windows (#18600)zeertzjq2022-05-18