Re: quickfix hidden marks

2013-08-02 Fir de Conversatie Christian Brabandt
On Fri, August 2, 2013 04:46, richard emberson wrote: Interesting ... If you define a file XXX with the content: vv 1 2 3 4 5 6 7 8 9 function! Load() let list = [ \ { \ 'filename': 'XXX', \ 'lnum': 2, \ 'col': 5, \ 'vcol':

Re: quickfix hidden marks

2013-08-01 Fir de Conversatie Ben Fritz
On Wednesday, July 31, 2013 8:41:21 PM UTC-5, Richard wrote: If you insert or delete lines, mostly the correct error location is still found because hidden marks are used. Sometimes, when the mark has been deleted for some reason, the message line changed is shown to warn you that

Re: quickfix hidden marks

2013-08-01 Fir de Conversatie richard emberson
Interesting ... If you define a file XXX with the content: vv 1 2 3 4 5 6 7 8 9 function! Load() let list = [ \ { \ 'filename': 'XXX', \ 'lnum': 2, \ 'col': 5, \ 'vcol': 1, \ 'text': 'This is some line', \ 'kind': 'marker', \

quickfix hidden marks

2013-07-31 Fir de Conversatie richard emberson
If you insert or delete lines, mostly the correct error location is still found because hidden marks are used. Sometimes, when the mark has been deleted for some reason, the message line changed is shown to warn you that the error location may not be correct. If you quit Vim and start again