comparison src/structs.h @ 5942:66eead134d68 v7.4.312

updated for version 7.4.312 Problem: Cannot figure out what argument list is being used for a window. Solution: Add the arglistid() function. (Marcin Szamotulski)
author Bram Moolenaar <bram@vim.org>
date Wed, 28 May 2014 18:22:57 +0200
parents 662ae48e7e24
children f9fa2e506b9f
comparison
equal deleted inserted replaced
5941:30e07910c3fe 5942:66eead134d68
673 */ 673 */
674 typedef struct arglist 674 typedef struct arglist
675 { 675 {
676 garray_T al_ga; /* growarray with the array of file names */ 676 garray_T al_ga; /* growarray with the array of file names */
677 int al_refcount; /* number of windows using this arglist */ 677 int al_refcount; /* number of windows using this arglist */
678 int id; /* id of this arglist */
678 } alist_T; 679 } alist_T;
679 680
680 /* 681 /*
681 * For each argument remember the file name as it was given, and the buffer 682 * For each argument remember the file name as it was given, and the buffer
682 * number that contains the expanded file name (required for when ":cd" is 683 * number that contains the expanded file name (required for when ":cd" is