comparison src/collect.c @ 1055:1646720364cf

Adding a vim modeline to all files - patch by Klaus Ethgen
author nadvornik
date Tue, 07 Oct 2008 18:20:22 +0000
parents 1a4b18c58556
children 0bea79d87065
comparison
equal deleted inserted replaced
1054:9157291b79a4 1055:1646720364cf
1244 1244
1245 if (path && *path == G_DIR_SEPARATOR) collection_load_begin(cw->cd, NULL, COLLECTION_LOAD_NONE); 1245 if (path && *path == G_DIR_SEPARATOR) collection_load_begin(cw->cd, NULL, COLLECTION_LOAD_NONE);
1246 1246
1247 return cw; 1247 return cw;
1248 } 1248 }
1249 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */