[x ] I'm using the latest lualine and neovim nightly.
[ x] I didn't find the issue in exsisting issues or prs.
How to reproduce the problem
Just populate the quickfix window, example do :vim {pattern} in your project
Actual behaviour
After opening the quickfix window, any operation like :cnext, :cprev, or even :cclose spit out this error:
Error detected while processing BufLeave Autocommands for "*": E5108: Error executing lua [string ":lua"]:1: E539: Illegal character < > Error detected while processing WinLeave Autocommands for "*": E5108: Error executing lua [string ":lua"]:1: E539: Illegal character < >
This is my config for lualine for this error to happen:
require('lualine').setup{ options = { theme = 'onedark', section_separators = {'', ''}, component_separators = {'', ''} }, sections = { lualine_a = {'mode'}, lualine_b = {'branch'}, lualine_c = { { 'filename', file_status = true, path = 1 }, { 'diagnostics', sources = {'nvim_lsp'}, } }, lualine_x = {'filetype'} }, extensions = {'quickfix', 'nvim-tree', 'fzf'} }
Self Checks
How to reproduce the problem
Just populate the quickfix window, example do :vim {pattern} in your project
Actual behaviour
After opening the quickfix window, any operation like :cnext, :cprev, or even :cclose spit out this error:
Error detected while processing BufLeave Autocommands for "*": E5108: Error executing lua [string ":lua"]:1: E539: Illegal character < > Error detected while processing WinLeave Autocommands for "*": E5108: Error executing lua [string ":lua"]:1: E539: Illegal character < >
This is my config for lualine for this error to happen:
require('lualine').setup{ options = { theme = 'onedark', section_separators = {'', ''}, component_separators = {'', ''} }, sections = { lualine_a = {'mode'}, lualine_b = {'branch'}, lualine_c = { { 'filename', file_status = true, path = 1 }, { 'diagnostics', sources = {'nvim_lsp'}, } }, lualine_x = {'filetype'} }, extensions = {'quickfix', 'nvim-tree', 'fzf'} }