aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Merge pull request #16124 from mjlbach/feat/bjorn-baitBjörn Linse2021-10-24
|\
| * feat: add vim.str_utf_pos functionMichael Lingelbach2021-10-24
* | feat(lua): document support of packages with v:lua syntaxBjörn Linse2021-10-23
* | feat(decorations): support more than one virt_lines blockBjörn Linse2021-10-23
|/
* Merge pull request #14794 from BK1603/gdbserver_fixMatthieu Coudron2021-10-20
|\
| * test: close timers in vim_spec.lua functional testShreyansh Chouhan2021-09-20
| * test: fix running functional tests under gdbserverShreyansh Chouhan2021-09-20
* | Merge pull request #16086 from bfredl/termpipe_inputBjörn Linse2021-10-20
|\ \
| * | feat(nvim_open_term): support input callback in luaBjörn Linse2021-10-20
* | | fix(diagnostic): handle diagnostics placed past the end of line (#16095)Gregory Anders2021-10-19
* | | feat(lua): allow passing handles to vim.b/w/tLewis Russell2021-10-19
* | | refactor(diagnostic)!: replace 'show_*' functions with 'open_float' (#16057)Gregory Anders2021-10-19
|/ /
* | feat(api): evaluate statusline string #16020Famiu Haque2021-10-18
* | fix(lsp): fix cursor row after textEdits (#16038)hrsh7th2021-10-18
* | Merge pull request #15999 from famiu/fix/build/export-windows-symbolsBjörn Linse2021-10-17
|\ \
| * | fix(build): export symbols on WindowsFamiu Haque2021-10-17
* | | Merge pull request #15973 from bfredl/luapathBjörn Linse2021-10-17
|\ \ \
| * | | fix(runtime): don't use regexes inside lua require'mod'Björn Linse2021-10-17
| |/ /
* | | Merge pull request #15952 from zeertzjq/vim-8.1.1291Jan Edmund Lazo2021-10-17
|\ \ \
| * | | test(dirchanged): add tests for DirChanged pattern "auto"zeertzjq2021-10-17
| * | | refactor(dirchanged): tab -> tabpagezeertzjq2021-10-17
| * | | vim-patch:8.1.0604: autocommand test fails on MS-Windowszeertzjq2021-10-17
| * | | vim-patch:8.1.0602: DirChanged is also triggered when directory didn't changezeertzjq2021-10-17
* | | | fix(diagnostic): do not override existing config settings #16043Gregory Anders2021-10-17
|/ / /
* | | Merge #15994 feat(:source, nvim_exec): script-local scopeJustin M. Keyes2021-10-17
|\ \ \ | |/ / |/| |
| * | feat(:source, nvim_exec): defer script item creation until s:var accessSean Dewar2021-10-14
| * | feat(:source, nvim_exec): support script-local variablesSean Dewar2021-10-14
* | | chore(test): adapt healthcheck test to new css syntaxChristian Clason2021-10-16
* | | fix: correctly capture uri scheme on windows (#16027)Michael Lingelbach2021-10-15
|/ /
* | fix(lsp): do not invoke handlers for unsupported methods (#15926)Michael Lingelbach2021-10-10
* | Merge pull request #15502 from seandewar/vim-8.1.1921Jan Edmund Lazo2021-10-10
|\ \
| * | feat(eval/method): partially port v8.1.1954Sean Dewar2021-10-03
| * | feat(eval/method): partially port v8.1.1953Sean Dewar2021-10-03
| * | feat(eval/method): partially port v8.1.1925Sean Dewar2021-10-03
| * | feat(eval/method): partially port v8.1.1921Sean Dewar2021-10-03
| * | vim-patch:8.1.1336: some eval functionality is not covered by testsSean Dewar2021-10-03
* | | vim-patch:8.2.3461: distinguish Normal and Terminal-Normal mode #15878zeertzjq2021-10-09
* | | fix(lsp): update tests using 0.5.0 handler calls (#15969)Michael Lingelbach2021-10-08
* | | fix(lsp): expose ContentModified error code to callbacks (#15262)Rishikesh Vaishnav2021-10-08
* | | fix(buffer_updates): handle :sort of already sorted bufferBjörn Linse2021-10-08
* | | fix(api): check type in nlua_pop_keydict (#15940)virchau132021-10-08
* | | fix: support severity_sort option for show_diagnostic functions (#15948)Gregory Anders2021-10-07
* | | fix(buffer_updates): cleanup test behaviorBjörn Linse2021-10-07
* | | fix(buffer_updates): make `lockmarks` not affect extmarks and buffer updates....Anton Adamansky2021-10-07
* | | fix(buffer_updates): handle :delete of the very last line in bufferBjörn Linse2021-10-07
* | | fix: set cursorlineopt=number in terminal mode (#15493)Yorick Peterse2021-10-06
* | | fix(extmarks): splice extmarks on nv_Undo #15920Tony Chen2021-10-06
* | | fix(checkhealth): mitigate issues with duplicate healthchecks #15919Javier Lopez2021-10-05
* | | feat(api): named marks set, get, delete #15346Javier Lopez2021-10-05
* | | Merge pull request #15259 from muniter/muniter/checkhealth-from-luaMatthieu Coudron2021-10-05
|\ \ \