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 > > the error location may not be correct. If you quit Vim and start again the > > marks are lost and the error locations may not be correct anymore. > > > > What are the "hidden marks" mentioned above? > > Do they use some character (a-zA-Z)
They do NOT use "marks" in the sense of being able to jump to them with ' or ` > or do they use > > some internal capability (c code) that is not exposed in the > > Vim script language? > It is internal, but you can access them with the getqflist()/setqflist() functions. -- -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
