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
Should find a better way for retrieving the line content when populating the quickfix window. If not possible the content could be stored as part of the bookmark while created.
The text was updated successfully, but these errors were encountered:
vim tells me that " getbufline({expr}, {lnum} [, {end}])
.....
This function works only for loaded buffers. For unloaded and
non-existing buffers, an empty List is returned.
so it might be helpful if you store the one bookmark as "filename,lineNr,lineContnet". Then, if the buffer has been wiped out, you can open the file again according to its filename and lineNr.
Should find a better way for retrieving the line content when populating the quickfix window. If not possible the content could be stored as part of the bookmark while created.
The text was updated successfully, but these errors were encountered: