aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
| | * | 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
| * | fix(PVS/V1044): suppress warningDundar Goc2022-05-17
| * | fix(terminal): do not trim whitespace that is actually in the terminal (#16423)zeertzjq2022-05-17
| |/
| * fix(api): nvim_eval_statusline should validate input #18347deforde2022-05-15
| * refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque2022-05-15
| * fix(man.vim): q in "$MANPAGER mode" does not quit #18443Arsham Shirvani2022-05-13
| * vim-patch:8.2.2797: Search highlight disappears in the Visual area (#17947)zeertzjq2022-05-13
| * revert: "feat(mappings): do not simplify the rhs of a mapping" (#18553)zeertzjq2022-05-13
| * feat(defaults): search selection by * and # in visual mode (#18538)yamatsum2022-05-13
| * fix(windows): stdpath("state") => "nvim-data" #18546dundargoc2022-05-12
| * fix(lsp): perform client side filtering of code actions (#18392)Fredrik Ekre2022-05-12
| * fix(cmd): make :-tabmove work with modifiers (#18447)Marco Hinz2022-05-12
| * feat(defaults): session data in $XDG_STATE_HOME #15583Ivan2022-05-12
| * refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)zeertzjq2022-05-12
| * fix(api): make `nvim_cmd` work correctly with empty arguments list (#18527)Famiu Haque2022-05-11
| * Merge pull request #18366 from famiu/feat/api/nvim_cmdbfredl2022-05-11
| |\
| | * feat(api): add `nvim_cmd`Famiu Haque2022-05-11
| * | test: convert two statusline oldtests to Lua screen testszeertzjq2022-05-10
| |/
| * fix(api): make `nvim_parse_cmd` work correctly with both range and countFamiu Haque2022-05-07
| * Merge pull request #18438 from famiu/feat/api/nvim_parse_cmdbfredl2022-05-06
| |\
| | * fix(api): make `nvim_parse_cmd` propagate errorsFamiu Haque2022-05-05
| * | fix(lsp): fix rename capability checks and multi client support (#18441)Mathias Fußenegger2022-05-05
| * | Merge pull request #18431 from famiu/feat/api/nvim_get_autocmds/group_namebfredl2022-05-05
| |\ \
| | * | feat(api): add `group_name` to `nvim_get_autocmds`Famiu Haque2022-05-05
| * | | fix(lsp): make sure to always reset active codelens refreshes (#18331)William Boman2022-05-05
| * | | Merge pull request #18314 from tk-shirasaka/global-statusline-on-ext_messagesbfredl2022-05-05
| |\ \ \ | | |_|/ | |/| |
| | * | fix: display global statusline correctly with ext_messagesshirasaka2022-05-05
| | |/