summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2022-07-10vim-patch:9.0.0049: csv and tsv files are not recognized (#19300)Christian Clason1
2022-07-09refactor: remove functions marked for deprecation in 0.8 (#19299)Gregory Anders2
2022-07-09refactor(lua): replace vim.cmd use with API calls (#19283)Raphael4
2022-07-07feat(runtime)!: enable filetype.lua by default (#19216)Christian Clason1
2022-07-07refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason24
2022-07-06fix(filetype): remove call to vim.fn.resolve and pass filename to match functionsmjonas1
2022-07-06fix(filetype): fix filetype patternssmjonas2
2022-07-06vim-patch:9.0.0042: missing change for filetype detectionsmjonas1
2022-07-06vim-patch:9.0.0041: a couple of filetype patterns do not have "*" before "/etc"smjonas1
2022-07-03refactor(runtime): port scripts.vim to lua (#18710)Jonas Strittmatter2
2022-07-01vim-patch:9.0.0012: signature files not detected properly (#19172)Christian Clason2
2022-06-30fix(filetype): update call sites of vim.filetype.match (#19171)Gregory Anders1
2022-06-29fix(lsp): small bugs in snippet-parser #18998L3MON4D31
2022-06-29vim-patch:9.0.0006: not all Visual Basic files are recognized (#19153)Christian Clason1
2022-06-29vim-patch:9.0.0005: hare files are not recognized (#19151)Christian Clason1
2022-06-28fix(vim.ui.input): accept nil or empty "opts" #191090x74696d6d791
2022-06-27fix(filetype): check for non-nil match in detect.rules (#19129)Christian Clason1
2022-06-27refactor(filetype): allow vim.filetype.match to accept buf and filename (#19114)Gregory Anders1
2022-06-26refactor(filetype)!: allow vim.filetype.match to use different strategies (#1...Gregory Anders1
2022-06-24fix(filetype.lua): always return a string in getlines function (#19080)Hazel Weakly1
2022-06-21refactor(runtime): refactor filetype.lua (#18813)Jonas Strittmatter2
2022-06-20refactor: use nvim_{get,set}_option_value for vim.{b,w}oGregory Anders1
2022-06-16fix(treesitter): new iter if foldedkevinhwang911
2022-06-15fix(lua): highlight.on_yank can close timer in twice #18976notomo1
2022-06-15docs: fix typos (#18866)dundargoc1
2022-06-13feat(lsp): sort codelens if multiple item per line (#18951)rhcher1
2022-06-09feat(filetype): remove side effects from vim.filetype.match (#18894)Gregory Anders2
2022-06-08fix(diagnostic): check for negative column value (#18868)mohsen1
2022-06-06refactor(runtime): port remaining patterns from filetype.vim to filetype.lua ...Jonas Strittmatter2
2022-06-05fix(lsp): fix multi client handling in code action (#18869)Mathias Fußenegger1
2022-06-05perf(tests): don't invoke nvim_get_all_options_info until neededbfredl1
2022-06-04fix(lsp): set buflisted before switching to buffer (#18854)zeertzjq1
2022-06-04vim-patch:8.2.5054: no good filetype for conf files similar to dosini (#18851)Christian Clason1
2022-06-04docs: fix typos (#18269)dundargoc1
2022-06-03fix(filetype): fix typo in starsetf function (#18856)Gregory Anders1
2022-06-03feat(lsp): send didChangeConfiguration after init (#18847)Mathias Fußenegger1
2022-06-03feat(lsp): add a start function (#18631)Mathias Fußenegger2
2022-06-02fix(treesitter): correct region for string parser (#18794)Christian Clason1
2022-06-02fix(lua): stop pending highlight.on_yank timer, if any (#18824)Wsevolod1
2022-06-01fix(lsp): adjust offset encoding in lsp.buf.rename() (#18829)Fredrik Ekre1
2022-06-01fix(checkhealth): skip vim.health #18816Javier Lopez1
2022-05-31feat(fs): add vim.fs.normalize()Gregory Anders1
2022-05-31feat(fs): add vim.fs.find()Gregory Anders1
2022-05-31feat(fs): add vim.fs.dir()Gregory Anders1
2022-05-31feat(fs): add vim.fs.basename()Gregory Anders1
2022-05-31feat(fs): add vim.fs.dirname()Gregory Anders1
2022-05-31feat(fs): add vim.fs.parents()Gregory Anders2
2022-05-31refactor(checkhealth)!: rename to vim.health, move logic to Lua #18720Javier Lopez3
2022-05-31Merge pull request #18219 from kessejones/filetype-luaGregory Anders2
2022-05-31fix(lsp): include cancellable in progress message table (#18809)Chris Kipp1