comparison src/quickfix.c @ 129:2983cde45542

updated for version 7.0044
author vimboss
date Tue, 25 Jan 2005 21:57:23 +0000
parents f67f8a8d81ba
children 19670b05ee32
comparison
equal deleted inserted replaced
128:8def260d486d 129:2983cde45542
615 } 615 }
616 } 616 }
617 617
618 if (qf_add_entry(&qfprev, 618 if (qf_add_entry(&qfprev,
619 directory, 619 directory,
620 *namebuf || directory 620 (*namebuf || directory)
621 ? namebuf 621 ? namebuf
622 : currfile && valid ? currfile : NULL, 622 : ((currfile && valid) ? currfile : (char_u *)NULL),
623 errmsg, 623 errmsg,
624 lnum, 624 lnum,
625 col, 625 col,
626 use_virt_col, 626 use_virt_col,
627 enr, 627 enr,