mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
shada: Save numbered marks
Problems so far: - Marks in the current instance are not adjusted. - Duplicates are not removed (not that it works in Vim either now, not at 8.0.134 at least).
This commit is contained in:
@@ -3029,7 +3029,7 @@ static void qf_fill_buffer(qf_info_T *qi, buf_T *buf, qfline_T *old_last)
|
||||
/*
|
||||
* Return TRUE if "buf" is the quickfix buffer.
|
||||
*/
|
||||
int bt_quickfix(buf_T *buf)
|
||||
int bt_quickfix(const buf_T *const buf)
|
||||
{
|
||||
return buf != NULL && buf->b_p_bt[0] == 'q';
|
||||
}
|
||||
|
Reference in New Issue
Block a user