summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/lua/filetype_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-18fix(vim.filetype): match() fails if g:ft_ignore_pat is not defined #39158Evgeni Chasnovski1
2025-10-28fix(filetype): move fallback logic to vim.filetype.match() #30141Jonny Kong1
2025-10-23fix(filetype): handle invalid `bufnr` in _getlines(), _getline() #36272xvzc1
2025-03-19fix(filetype): normalize full path before matching #32227markstegeman1
2025-01-20vim-patch:9.1.1030: filetype: setting bash filetype is backwards incompatibleChristian Clason1
2024-12-28vim-patch:9.1.0965: filetype: sh filetype set when detecting the use of bash ...Luca Saccarola1
2024-12-06fix(filetype): make filetype detection work with :doautocmd (#31470)zeertzjq1
2024-11-22test(filetype): symlink detection works after expand('<afile>') (#31307)zeertzjq1
2024-11-18fix(api): nvim_get_option_value does not clean up on FileType error #31219altermo1
2024-09-21test: support upvalues in exec_luaLewis Russell1
2024-08-02test: allow exec_lua to handle functionsLewis Russell1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-23fix(filetype): use unexpanded file name (#27931)zeertzjq1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-05-22test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-03-20feat: add `vim.filetype.get_option()`Lewis Russell1
2023-02-13feat(filetype): fall back to file extension when matching from hashbang (#22140)Jonas Strittmatter1
2023-02-11fix(filetype): make vim.filetype.match() work with contents only (#22181)Jonas Strittmatter1
2022-09-25fix(filetype): use :setf instead of nvim_buf_set_option (#20334)zeertzjq1
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-02fix(filetype.lua): escape expansion of ~ when used as a patternJames McCoy1
2022-01-14fix(filetype): expand tildes in filetype patterns (#17091)Gregory Anders1
2022-01-09test: use old style test for testing filetype.lua (#17003)Gregory Anders1
2022-01-07vim-patch:8.2.4014: git and gitcommit file types not properly recognized (#16...Christian Clason1
2022-01-05test(filetype): port test_filetype to LuaGregory Anders1
2022-01-05fix(filetype): match on <afile> rather than <abuf> (#16943)Gregory Anders1
2022-01-04test: fix absolute paths in filetype_spec (#16920)Gregory Anders1
2022-01-04feat: filetype.lua (#16600)Gregory Anders1