aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* | fix: make_filter_cmd for :! powershell #15913Enan Ajmain2022-06-25
* | Merge pull request #19041 from lewis6991/globallocalbfredl2022-06-25
|\ \ | |/ |/|
| * fix(api): nvim_set_option_value for global-local optionsLewis Russell2022-06-22
* | fix(tests): remove misleading $TEST_PATH segment #19050Justin M. Keyes2022-06-23
* | fix(api): check for inclusive buffer line index out of bounds correctly (#19056)zeertzjq2022-06-23
* | Merge pull request #19020 from echasnovski/screenchar-floatbfredl2022-06-23
|\ \
| * | fix(float): make `screen*()` functions respect floating windowsEvgeni Chasnovski2022-06-23
* | | fix(input): use correct grid when restoring cursor for <expr> mapping (#19047)zeertzjq2022-06-23
* | | fix(api): check error after getting win/buf handle (#19052)Gregory Anders2022-06-22
* | | fix(build): only pass -municode if MINGW #19049Justin M. Keyes2022-06-22
| |/ |/|
* | perf(highlight): don't allocate duplicates for color namesbfredl2022-06-21
* | Merge pull request #18743 from gpanders/bowooptvalueGregory Anders2022-06-20
|\ \
| * | refactor: use nvim_{get,set}_option_value for vim.{b,w}oGregory Anders2022-06-20
| * | feat(api): add "buf" and "win" to nvim_get_option_valueGregory Anders2022-06-20
* | | perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
* | | fix(decorations): nvim_buf_set_extmark breaks conceal #19010ii142022-06-19
| |/ |/|
* | fix(ci): noisy logs, unreliable test #19019Justin M. Keyes2022-06-18
|/
* fix(hl): return cterm fg/bg even if they match Normal #18981Oliver Marriott2022-06-16
* test(treesitter): add benchmark #18989Lewis Russell2022-06-16
* Merge #8519 feat: name, test ids, sockets in stdpath(state)Justin M. Keyes2022-06-17
|\
| * feat(server): instance "name", store pipes in stdpath(state)Justin M. Keyes2022-06-15
| * test(report): formatting, drop dumplog()Justin M. Keyes2022-06-15
| * feat(logging): include test-id in log messagesJustin M. Keyes2022-06-15
* | fix(lua): clear got_int when calling vim.on_key() callback (#18979)zeertzjq2022-06-16
* | fix(lua): highlight.on_yank can close timer in twice #18976notomo2022-06-15
|/
* fix(ui): do not call showmode() when setting window height (#18969)zeertzjq2022-06-15
* test: correct check for v:errmsg in inccommand test (#18968)zeertzjq2022-06-15
* vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq2022-06-14
* fix(inccommand): never preview if parsing command failed (#18944)zeertzjq2022-06-14
* fix(tests): missing clear() #18927kylo2522022-06-13
* feat: cmdheight=0 #16251Shougo2022-06-13
* fix(tests): check for EOF on exit of nvim properlybfredl2022-06-13
* test: dismiss quit_more from Lua #11226Daniel Hahler2022-06-12
* Merge pull request #18931 from zeertzjq/regexp-num-escapedzeertzjq2022-06-13
|\
| * fix(substitute): subtract number of backslashes laterzeertzjq2022-06-12
* | fix(buffer): disable buffer-updates before removing from window #18933zeertzjq2022-06-12
* | fix(inccommand): skip split window if not enough room #18937Famiu Haque2022-06-12
|/
* fix(messages): add color when showing nvim_echo in :messages historybfredl2022-06-11
* fix(inccommand): clear cmdpreview state if preview is not shown (#18923)zeertzjq2022-06-11
* fix(input): fix macro recording with ALT and special key (#18917)zeertzjq2022-06-10
* feat(filetype): remove side effects from vim.filetype.match (#18894)Gregory Anders2022-06-09
* fix(tests): unreliable parser_spec #18911Justin M. Keyes2022-06-09
* feat(autocmds): retrieve lua callback (#18642)kylo2522022-06-09
* test: allow running CI without ts parsers installedJames McCoy2022-06-08
* Merge pull request #18903 from jamessan/skip-test-parsersJames McCoy2022-06-08
|\
| * 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