aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
* vim-patch:71badf9547e8 (#23285)Christian Clason2023-04-23
* vim-patch:9.0.1478: filetypes for *.v files not detected properly (#23282)Christian Clason2023-04-23
* vim-patch:9.0.1475: busted configuration files are not recognized (#23266)zeertzjq2023-04-22
* docs(powershell): use tee.exe instead of Tee-ObjectT7272023-04-22
* feat(lsp): enable workspace/didChangeWatchedFiles by default (#23190)Jon Huhn2023-04-22
* refactor(iter): use metatable as packed table tag (#23254)Gregory Anders2023-04-21
* refactor(build): move the last generator from scripts/ to src/nvim/generatorsbfredl2023-04-21
* refactor(lua): simplify vim.gsplit implJustin M. Keyes2023-04-21
* fix(lua): vim.split may trim inner empty itemsJustin M. Keyes2023-04-21
* fix(treesitter playground): fix the wrong range of a node displayed i… (#23...William2023-04-20
* Merge pull request #23106 from bfredl/nlua0bfredl2023-04-19
|\
| * refactor(build): use vendored versions of mpack and luabitopbfredl2023-04-19
* | Merge pull request #23198 from gpanders/iter-fixGregory Anders2023-04-19
|\ \ | |/ |/|
| * fix(iter): remove special case totable for map-like tablesGregory Anders2023-04-19
| * fix(iter): add tag to packed tableGregory Anders2023-04-19
* | vim-patch:9.0.1467: Jenkinsfiles are not recognized as groovy (#23195)Christian Clason2023-04-19
* | vim-patch:9.0.1464: strace filetype detection is expensive (#23175)Christian Clason2023-04-19
* | vim-patch:9.0.1007: there is no way to get a list of swap file nameszeertzjq2023-04-19
|/
* feat(lua): add vim.iter (#23029)Gregory Anders2023-04-17
* fix(watchfiles): skip Created events when poll starts (#23139)Jon Huhn2023-04-17
* feat(diagnostic): specify diagnostic virtual text prefix as a functionIsak Samsten2023-04-17
* vim-patch:partial:6f4754b9f725zeertzjq2023-04-17
* fix(checkhealth): shell_error and cpanm moduleJingMatrix2023-04-16
* fix(checkhealth): fix crash due to incorrect argument typedundargoc2023-04-16
* fix(lua): inspect_pos respect bufnr when get syntax info (#23098)Raphael2023-04-16
* vim-patch:9.0.1455: C++ 20 modules are not recognized (#23124)Christian Clason2023-04-16
* vim-patch:9.0.0411: only created files can be cleaned up with one callzeertzjq2023-04-16
* vim-patch:9.0.0390: cannot use a partial with :deferzeertzjq2023-04-16
* vim-patch:9.0.0379: cleaning up after writefile() is a hasslezeertzjq2023-04-16
* vim-patch:9.0.0370: cleaning up afterwards can make a function messyzeertzjq2023-04-16
* vim-patch:8.2.3783: confusing error for using a variable as a functionzeertzjq2023-04-16
* vim-patch:8.2.2977: crash when using a null function referencezeertzjq2023-04-16
* refactor: deprecate checkhealth functionsdundargoc2023-04-15
* fix(health): properly use the value of $PYENV_VERSION (#23109)zeertzjq2023-04-16
* vim-patch:9.0.0303: it is not easy to get information about a scriptzeertzjq2023-04-15
* vim-patch:9.0.0269: getscriptinfo() does not include the versionzeertzjq2023-04-15
* vim-patch:b59ae59a5870zeertzjq2023-04-15
* vim-patch:3f32a5f1601azeertzjq2023-04-15
* vim-patch:partial:d899e5112079zeertzjq2023-04-15
* vim-patch:8.2.4934: string interpolation fails when not evaluatingzeertzjq2023-04-15
* vim-patch:8.2.4883: string interpolation only works in heredoczeertzjq2023-04-15
* vim-patch:8.2.4770: cannot easily mix expression and heredoczeertzjq2023-04-15
* vim-patch:8.2.2138: Vim9: "exit_cb" causes Vim to exit (#23087)zeertzjq2023-04-14
* vim-patch:8.2.1794: no falsy Coalescing operatorzeertzjq2023-04-14
* feat(lua)!: add stricter vim.tbl_islist() and rename old one to vim.tbl_isarr...NAKAI Tsuyoshi2023-04-14
* feat(lua): vim.tbl_contains supports general tables and predicates (#23040)Christian Clason2023-04-14
* refactor: remove modelines from Lua filesGregory Anders2023-04-13
* fix(loader): reset hashes when running the loaderLewis Russell2023-04-13
* Merge pull request #23054 from bfredl/nobehavebfredl2023-04-13
|\
| * feat(ex_cmds)!: remove :behavebfredl2023-04-13