You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a LaTeX-file from the MRU list I get the following error:
Error handled during function processing startify#open_buffers[6]..<SNR>190_open_buffer[12]..BufReadPost 'Autocommands' voor "*": Error executing lua callback: ...wkmLT/usr/share/nvim/runtime/lua/vim/filetype/detect.lua:1261: attempt to index local 'format ' (a number value) stack traceback: ...wkmLT/usr/share/nvim/runtime/lua/vim/filetype/detect.lua:1261: in function <...wkmLT/usr/share/nvim/runtime/lua/vim /filetype/detect.lua:1258> vim/filetype.lua: in function '' vim/filetype.lua: in function 'match' /tmp/.mount_nvimewkmLT/usr/share/nvim/runtime/filetype.lua:11: in function </tmp/.mount_nvimewkmLT/usr/share/nvim/runt ime/filetype.lua:10> Press ENTER or type a command to continue
This seems to be related to the startify plugin? It looks like the error is related to filetype detection, as it mentions the filetype/detect.lua script. So maybe it is an upstream problem? Opening the file from commandline like nvim file.tex does work as expected.
The text was updated successfully, but these errors were encountered:
When opening a LaTeX-file from the MRU list I get the following error:
Error handled during function processing startify#open_buffers[6]..<SNR>190_open_buffer[12]..BufReadPost 'Autocommands' voor "*": Error executing lua callback: ...wkmLT/usr/share/nvim/runtime/lua/vim/filetype/detect.lua:1261: attempt to index local 'format ' (a number value) stack traceback: ...wkmLT/usr/share/nvim/runtime/lua/vim/filetype/detect.lua:1261: in function <...wkmLT/usr/share/nvim/runtime/lua/vim /filetype/detect.lua:1258> vim/filetype.lua: in function '' vim/filetype.lua: in function 'match' /tmp/.mount_nvimewkmLT/usr/share/nvim/runtime/filetype.lua:11: in function </tmp/.mount_nvimewkmLT/usr/share/nvim/runt ime/filetype.lua:10> Press ENTER or type a command to continue
This seems to be related to the startify plugin? It looks like the error is related to filetype detection, as it mentions the filetype/detect.lua script. So maybe it is an upstream problem? Opening the file from commandline like
nvim file.tex
does work as expected.The text was updated successfully, but these errors were encountered: