1
0
forked from aniani/vim

updated for version 7.0078

This commit is contained in:
Bram Moolenaar
2005-06-01 21:51:55 +00:00
parent 2c29beed4c
commit d6f676daaf
8 changed files with 24 additions and 14 deletions

View File

@@ -49,7 +49,7 @@ struct qfline_S
*/
#define LISTCOUNT 10
struct qf_list
static struct qf_list
{
qfline_T *qf_start; /* pointer to the first error */
qfline_T *qf_ptr; /* pointer to the current error */