summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/filetype.lua
AgeCommit message (Expand)AuthorFiles
2026-03-12docs: use "ev" convention in event-handlersJustin M. Keyes1
2025-10-28fix(filetype): move fallback logic to vim.filetype.match() #30141Jonny Kong1
2024-12-06fix(filetype): make filetype detection work with :doautocmd (#31470)zeertzjq1
2024-06-28refactor: use `vim._with` where possibledundargoc1
2024-06-22fix(filetype): source ftdetect/* after creating scripts.vim autocmds (#29445)zeertzjq1
2024-03-23fix(filetype): use unexpanded file name (#27931)zeertzjq1
2023-08-30fix(filetype): make sure buffer is valid before call nvim_buf_call (#24922)Hongbo Liu1
2023-08-24fix(filetype): call on_detect before setting buffer filetypeGregory Anders1
2023-07-14fix(runtime): respect 'rtp' order for all runtime files (#24335)zeertzjq1
2022-10-17feat(runtime)!: remove filetype.vim (#20428)Christian Clason1
2022-09-25fix(filetype): use :setf instead of nvim_buf_set_option (#20334)zeertzjq1
2022-09-03fix(filetype): run filetype.match on StdinReadPost (#20070)Christian Clason1
2022-07-07feat(runtime)!: enable filetype.lua by default (#19216)Christian Clason1
2022-07-06fix(filetype): remove call to vim.fn.resolve and pass filename to match functionsmjonas1
2022-07-06fix(filetype): fix filetype patternssmjonas1
2022-06-26refactor(filetype)!: allow vim.filetype.match to use different strategies (#1...Gregory Anders1
2022-06-09feat(filetype): remove side effects from vim.filetype.match (#18894)Gregory Anders1
2022-05-09chore: format runtime with styluaChristian Clason1
2022-04-23fix(ftdetect): source plugins in autogroup (#18237)Christian Clason1
2022-03-13refactor: use Lua autocommands in filetype.lua (#17711)Gregory Anders1
2022-02-24feat(filetype): support scripts.vim with filetype.lua (#17517)Gregory Anders1
2022-01-05fix(filetype): match on <afile> rather than <abuf> (#16943)Gregory Anders1
2022-01-04fix(filetype): set default ft_ignore_pat in filetype.lua (#16917)Gregory Anders1
2022-01-04feat: filetype.lua (#16600)Gregory Anders1