Hi Bram, On Tue, Aug 6, 2019 at 8:37 AM Bram Moolenaar <[email protected]> wrote: > > > > Any line longer than 1024 characters will be truncated to 1024. > > > > If it is not considered as a bug, please document it. > > Where do you get this number from? >
The qf_get_next_file_line() function uses the IObuff buffer with size IOSIZE to read a line from a file. As IOSIZE is 1024, this function will truncate the line if it has more than 1024 characters. Regards, Yegappan > > The code appears to have a line length limit of 4096 bytes. > But strings in items are limited to 1024 bytes. > -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7n490Y4RaFVtOyD8S4j2F-90q_1C0LYph%3Drg4H_B1DP_g%40mail.gmail.com.
