aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/filetype_spec.lua
Commit message (Expand)AuthorAge
* vim-patch:9.1.1030: filetype: setting bash filetype is backwards incompatibleChristian Clason2025-01-20
* vim-patch:9.1.0965: filetype: sh filetype set when detecting the use of bash ...Luca Saccarola2024-12-28
* fix(filetype): make filetype detection work with :doautocmd (#31470)zeertzjq2024-12-06
* test(filetype): symlink detection works after expand('<afile>') (#31307)zeertzjq2024-11-22
* fix(api): nvim_get_option_value does not clean up on FileType error #31219altermo2024-11-18
* test: support upvalues in exec_luaLewis Russell2024-09-21
* test: allow exec_lua to handle functionsLewis Russell2024-08-02
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* fix(filetype): use unexpanded file name (#27931)zeertzjq2024-03-23
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque2023-05-22
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* feat: add `vim.filetype.get_option()`Lewis Russell2023-03-20
* feat(filetype): fall back to file extension when matching from hashbang (#22140)Jonas Strittmatter2023-02-13
* fix(filetype): make vim.filetype.match() work with contents only (#22181)Jonas Strittmatter2023-02-11
* fix(filetype): use :setf instead of nvim_buf_set_option (#20334)zeertzjq2022-09-25
* refactor(filetype)!: allow vim.filetype.match to use different strategies (#1...Gregory Anders2022-06-26
* feat(filetype): remove side effects from vim.filetype.match (#18894)Gregory Anders2022-06-09
* fix(filetype.lua): escape expansion of ~ when used as a patternJames McCoy2022-05-02
* fix(filetype): expand tildes in filetype patterns (#17091)Gregory Anders2022-01-14
* test: use old style test for testing filetype.lua (#17003)Gregory Anders2022-01-09
* vim-patch:8.2.4014: git and gitcommit file types not properly recognized (#16...Christian Clason2022-01-07
* test(filetype): port test_filetype to LuaGregory Anders2022-01-05
* fix(filetype): match on <afile> rather than <abuf> (#16943)Gregory Anders2022-01-05
* test: fix absolute paths in filetype_spec (#16920)Gregory Anders2022-01-04
* feat: filetype.lua (#16600)Gregory Anders2022-01-04