comparison src/buffer.c @ 446:7472c565592a v7.0117

updated for version 7.0117
author vimboss
date Wed, 27 Jul 2005 21:13:01 +0000
parents 3da34f87c760
children a5fcf36ef512
comparison
equal deleted inserted replaced
445:c773cb978acf 446:7472c565592a
22 * Instead of storing file names all over the place, each file name is 22 * Instead of storing file names all over the place, each file name is
23 * stored in the buffer list. It can be referenced by a number. 23 * stored in the buffer list. It can be referenced by a number.
24 * 24 *
25 * The current implementation remembers all file names ever used. 25 * The current implementation remembers all file names ever used.
26 */ 26 */
27
28 27
29 #include "vim.h" 28 #include "vim.h"
30 29
31 #if defined(FEAT_CMDL_COMPL) || defined(FEAT_LISTCMDS) || defined(FEAT_EVAL) || defined(FEAT_PERL) 30 #if defined(FEAT_CMDL_COMPL) || defined(FEAT_LISTCMDS) || defined(FEAT_EVAL) || defined(FEAT_PERL)
32 static char_u *buflist_match __ARGS((regprog_T *prog, buf_T *buf)); 31 static char_u *buflist_match __ARGS((regprog_T *prog, buf_T *buf));