I am trying to solve a problem where a quickfix window is reused to edit an ordinary text file. Unless an ftplugin is executed for the new file which sets a new value of 'stl', the status line will show the value of w:quickfix_title (which is the name of the command that produced the list of errors for the quickfix title).
The value of 'stl' is supposed to be reset with b:undo_ftplugin, but this is not executed when the current buffer is replaced with a new one, only if the value of 'ft' for the current buffer changes. Any suggestions how this might be solved? None of the autocommands seems to be helpful here⦠Thanks in advance! -- Cheers, Lech -- 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