Files
neovim/runtime/lua/vim
Jared Weakly 5e64d65df6 fix(filetype.lua): always return a string in getline helper function (#17852)
Uses of `getline` in `filetype.lua` currently assume it always returns a
string. However, if the buffer is unloaded when filetype detection runs,
`getline` returns `nil`. Fixing this prevents errors when filetype
detection is run on unloaded buffers.
2022-03-25 12:12:00 -06:00
..
2018-12-20 11:57:30 +01:00
2021-11-27 11:10:48 -05:00
2022-03-17 13:21:24 +08:00
2022-03-17 13:21:24 +08:00
2022-03-24 12:01:04 -07:00
2022-02-08 08:19:06 +08:00